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 / we32k.h < prev   
Encoding:
C/C++ Source or Header  |  1994-02-03  |  673 b   |  29 lines

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