home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
gnu
/
djgpp
/
cplusinc
/
osfcn.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-11-13
|
215 b
|
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
#if _G_HAVE_SYS_RESOURCE
#include <sys/resource.h>
#endif
#endif