home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / FILECAT.ZIP / Filecat.H < prev   
Encoding:
Text File  |  1998-01-22  |  353 b   |  12 lines

  1. /* +++Date last modified: 17-Nov-1996 */
  2.  
  3.  
  4.  
  5. /*
  6.  
  7. **  SNIPPETS header for FILECAT.C and MAXLINES.C
  8.  
  9. */
  10.  
  11.  
  12.  
  13. unsigned int max_line(char ** str_array);             /* MAXLINES.C     */
  14.  
  15. int filecat(char * dest_file,                         /* FILECAT.C      */
  16.  
  17.             char * src_file,
  18.  
  19.             int line_max,
  20.  
  21.             int max_lines);
  22.  
  23.