home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ANews 3
/
AnewsCD3.iso
/
DP
/
Programmation
/
GCC
/
gcc_include
/
std.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-03-08
|
198 b
|
12 lines
/* all standard include for ansic.library */
/* (c)Copyright 1992 Davide Pasetto */
#ifndef _STD_H
#define _STD_H
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#endif /* _STD_H */