home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / amiga / chiputil / gg / loadelfwos.lha / LoadElfWOS.lzx / src / util.h < prev   
Encoding:
C/C++ Source or Header  |  1998-07-08  |  85 b   |  8 lines

  1. #ifndef PUTIL_H
  2. #define PUTIL_H
  3. #include <stdio.h>
  4.  
  5. int filelength (FILE *);
  6.  
  7. #endif
  8.