home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
C
/
Applications
/
Python 1.4
/
stdwin
/
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
|
1995-12-21
|
228 b
|
10 lines
|
[
TEXT/CWIE
]
/* 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