home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume4
/
fmtr
/
fmtr.h
< prev
next >
Wrap
C/C++ Source or Header
|
1986-11-30
|
365b
|
15 lines
#include <stdio.h>
#include <ctype.h>
int z_flag; /* look behind zero width spaces? */
int nf_val; /* no fill on or off? */
int ul_val; /* number of lines to underline */
int ce_val; /* number of lines to center */
int llength;
char outbuf[BUFSIZ]; /* output buffer, ridiculously large */
char *outp; /* pointer into outbuf */
void n_brk();
char *strcpy();