2 * This file contains functions that are missing in Apple's MPW compilers.
5 # if !defined(_MAC_H_INCLUDED)
6 # define _MAC_H_INCLUDED
10 #include <CursorCtl.h>
12 typedef unsigned long dev_t
;
15 * For stat() function...
37 int stat( char *, struct stat
* );
38 int fstat( int fd
, struct stat
* );
40 char * getcwd( char *buf
, size_t size
);
41 int chdir( char *buf
);
43 # endif /* _MAC_H_INCLUDED */