home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / comprgs / osrc_149.lzh / lattice.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-12-20  |  299 b   |  17 lines

  1. /* includefiles mit extrapobel */
  2.  
  3.  
  4. #include "stdio.h"
  5.  
  6. #define SEEK_SET 0
  7. #define SEEK_END 2
  8.  
  9. #define cputs(s) puts(s)
  10.  
  11.  
  12. extern char *strstr(char *,char *);
  13.  
  14.  
  15. /*-------------------------------------------------------------------------*/
  16. /* ID: 1.1@238  Last Changed: 19 Dec 1989 15:30:32 by max */
  17.