home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / amiga / gdb-4.12-src.lha / gdb-4.12 / bfd / hosts / harris.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-03  |  556 b   |  27 lines

  1. #include <ansidecl.h>
  2. #include <errno.h>
  3. #include <sys/types.h>
  4. #include <unistd.h>
  5.  
  6. #include <string.h>
  7. #include <fcntl.h>
  8. #include <sys/stat.h>
  9. #include <time.h>
  10. #include <ctype.h>
  11.  
  12. #include <stdio.h>
  13.  
  14. #ifndef    DONTDECLARE_MALLOC
  15. extern PTR    malloc    PARAMS ((unsigned));
  16. extern PTR    realloc    PARAMS ((PTR, unsigned));
  17. #endif
  18. extern int    abort    PARAMS ((void));
  19. extern int    free    PARAMS ((PTR));
  20. extern void    bcopy    PARAMS ((char*,char*,int));
  21. extern void    exit    PARAMS ((int));
  22. extern void    bzero    PARAMS ((char *, int));
  23.  
  24. extern int strtol();
  25.  
  26. #include "fopen-same.h"
  27.