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"
20 /* We may be able to use a std routine in think, don't know */
21 unsigned char *Pstring(char *);
23 /* Macro to find out whether we can do HFS-only calls: */
24 #define FSFCBLen (* (short *) 0x3f6)
25 #define hfsrunning() (FSFCBLen > 0)
27 /* Universal constants: */