home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
windows
/
help
/
mynewlin.def
< 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
Text File
|
1988-03-10
|
101 b
|
9 lines
#include <stdio.h>
mynewline( where )
FILE *where;
{
fputs( "\n", where );
return( 0 );
}