home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / SOUNDUTILS / mm1_tracker.lzh / TRACKER4.6 / stdlib.h < prev    next >
Text File  |  1994-11-26  |  143b  |  6 lines

  1. void *malloc(long size);
  2. char *getenv(const char *name);
  3. FILE *popen(const char *command, const char *mode);
  4.  
  5. #define stricmp(x,y) strcmp(x,y)
  6.