1 /* Useful #includes and #defines for programming a set of Unix
2 look-alike file system access functions on the Macintosh.
3 Public domain by Guido van Rossum, CWI, Amsterdam (July 1987).
15 #include "errno_unix.h"
16 #include <TextUtils.h>
23 /* We may be able to use a std routine in think, don't know */
24 extern unsigned char *Pstring(char *);
25 extern char *getbootvol(void);
26 extern char *getwd(char *);
28 extern int sync(void);
31 /* Universal constants: */