home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume12
/
cnews
/
part01
/
include
/
fgetmfs.h
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
|
1987-10-19
|
230 b
|
8 lines
/* values for fgetmfs flag */
#define CONT_NO 0 /* no continuations */
#define CONT_NOSPC 1 /* continue & remove leading whitespace */
#define CONT_SPC 2 /* continue & keep leading whitespace */
/* exports */
char *fgetmfs();