File:  [gforth] / gforth / wordlibs / unixlib.h
Revision 1.1: download - view: text, annotated - select for diffs
Tue Mar 2 15:50:08 1999 UTC (25 years, 1 month ago) by jwilke
Branches: MAIN
CVS tags: HEAD
Supports to build up c libraries of forth words in the format used in the
prim file. Worked on linux machines.
On sun linker exits with "fatal signal 6"...

    1: 
    2: #include <ctype.h>
    3: #include <stdio.h>
    4: #include <string.h>
    5: #include <math.h>
    6: #include <sys/types.h>
    7: #include <sys/stat.h>
    8: #include <fcntl.h>
    9: #include <assert.h>
   10: #include <stdlib.h>
   11: #include <time.h>
   12: #include <sys/time.h>
   13: #include <unistd.h>
   14: #include <termios.h>
   15: #include <sys/ioctl.h>
   16: #include <sys/wait.h>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>