home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
c
/
help.arc
/
MYNEWLIN.DEF
< prev
next >
Wrap
Text File
|
1988-03-10
|
101b
|
9 lines
#include <stdio.h>
mynewline( where )
FILE *where;
{
fputs( "\n", where );
return( 0 );
}