home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / PMM / Developer / Include / Protos / ADOSLIB_protos.h next >
Encoding:
C/C++ Source or Header  |  1999-08-30  |  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.