home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Point Programming 1
/
PPROG1.ISO
/
c
/
snippets
/
w_wrap.h
< 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
C/C++ Source or Header
|
1994-04-03
|
148 b
|
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);