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