home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_C / SNIP9404.ZIP / W_WRAP.H < prev    next >
C/C++ Source or Header  |  1994-04-03  |  148b  |  6 lines

  1. /* w_wrap.h */
  2. /* prototypes for the functions in w_wrap.c */
  3.  
  4. char *word_wrap(char *string, size_t line_len);
  5. void set_tab_size(size_t size);
  6.