1
0
Files
irix-657m-src/eoe/cmd/gnu/bison/system.h
2022-09-29 17:59:04 +03:00

15 lines
224 B
C

#ifdef MSDOS
#include <stdlib.h>
#include <io.h>
#endif /* MSDOS */
#ifdef USG
#include <string.h>
#else /* not USG */
#ifdef MSDOS
#include <string.h>
#else
#include <strings.h>
#endif /* not MSDOS */
#endif /* not USG */