home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Club Elmshorn Atari PD
/
CCE_PD.iso
/
pc
/
0400
/
CCE_0423.ZIP
/
CCE_0423.PD
/
GPINCL13.ZOO
/
osfcn.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-10-01
|
236b
|
17 lines
#ifndef OSFCN_H
#define OSFCN_H 1
#include <std.h>
#include <time.h>
#include <sys/types.h>
#if _G_HAVE_SYS_SOCKET
#include <sys/socket.h>
#endif
#include <sys/time.h>
#if _G_HAVE_SYS_RESOURCE
#include <sys/resource.h>
#endif
#endif