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).
13 #include "errno_unix.h"
14 #include <TextUtils.h>
17 /* We may be able to use a std routine in think, don't know */
18 extern unsigned char *Pstring(char *);
19 extern char *getbootvol(void);
20 extern char *getwd(char *);
22 extern int sync(void);
25 /* Universal constants: */