File:  [gforth] / gforth / wordlibs / unixlib.h
Revision 1.3: download - view: text, annotated - select for diffs
Sun Jun 20 19:56:49 1999 UTC (24 years, 9 months ago) by pazsan
Branches: MAIN
CVS tags: v0-7-0, v0-6-2, v0-6-1, v0-6-0, v0-5-0, HEAD
Some small fixes for SHARC port

#include <sys/time.h>
#include <ctype.h>
#include <stdio.h>
#include <time.h>
#include <string.h>
#include <fcntl.h>
#include <math.h>
#include <assert.h>
#include <stdlib.h>
#include <unistd.h>
#include <termios.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/wait.h>
#include <errno.h>

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