home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Tools / Dev / PMM / Developer / Include / Protos / ADOSLIB_protos.h next >
Encoding:
C/C++ Source or Header  |  1999-12-03  |  224 b   |  8 lines

  1. char *getcwd (char *path, int size);
  2. int cmp (char **a, char **b);
  3. int setenv (char *name, char *value);
  4. int unlink (char *name);
  5. void GetCurrentPath (register char *path);
  6. void makedir (UBYTE *file);
  7. void putenv (char *s);
  8.