home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia: Special Games / INFESPGAMES.mdf / os2 / ribble / support / fpgline.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-10  |  122 b   |  8 lines

  1. #ifndef _FPGLine_h
  2. #define _FPGLine_h
  3.  
  4. extern char* fpreadline(int _fd);
  5. extern char* fpgetline(int _fd);
  6.  
  7. #endif
  8.