home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
POINT Software Programming
/
PPROG1.ISO
/
c
/
snippets
/
w_wrap.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-04-03
|
148b
|
6 lines
/* w_wrap.h */
/* prototypes for the functions in w_wrap.c */
char *word_wrap(char *string, size_t line_len);
void set_tab_size(size_t size);