ftp.nice.ch/pub/next/developer/languages/c/gcc.2.7.2.2.I.b.tar.gz#/lib/gcc-lib/i386-next-nextstep3/2.7.2.2.f.2/include/bsd/monitor.h

This is monitor.h in view mode; [Download] [Up]

/* 
 * Copyright (c) 1988 NeXT, Inc.
 *
 * HISTORY
 *  04-May-90 Created
 */

#ifndef __MONITOR_HEADER__
#define __MONITOR_HEADER__

extern void monstartup (char *lowpc, char *highpc);

extern void monitor (char *lowpc, char *highpc, char *buf, int bufsiz, int cntsiz);

extern void moncontrol (int mode);

extern void monoutput (const char *filename);

extern void moninit (void);

extern void monreset (void);

#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.