home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
progut~1
/
stdwin.zoo
/
h
/
filedefs.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-10-17
|
228 b
|
10 lines
/* File name parsing details: */
#define SEP '/' /* Separator in path names */
#define CURDIR "." /* Current directory */
/* Flags for access(2) system call: */
#define RMODE 4
#define WMODE 2
#define XMODE 1
#define NOMODE 0