home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
msjournl
/
msjv4_1b.arc
/
MACSL.ARC
/
MACHINE.H
< prev
next >
Wrap
Text File
|
1988-10-04
|
597b
|
19 lines
/*-----------------------------------------------------------------*/
/* Machine.h */
/* Machine dependent declarations. */
/*-----------------------------------------------------------------*/
#ifdef PM_MACINTOSH /* no prototypes in Lightspeed headers! */
typedef unsigned int size_t;
void exit( int );
void* malloc( size_t );
void* realloc( void*, size_t );
int vsprintf( char*, char*, void* );
#endif
/*-----------------------------------------------------------------*/