home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The UNIX CD Bookshelf
/
OREILLY_TUCB_UNIX_CD.iso
/
upt
/
examples
/
SOURCES
/
PCAL
/
ALPHA
/
PCAL.
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-07-24
|
229 b
|
11 lines
--- ./noprotos.h.rtr Tue Dec 17 05:34:35 1991
+++ ./noprotos.h Wed Dec 1 08:33:07 1993
@@ -137,6 +137,6 @@
*/
#ifndef STDLIB
extern int atoi();
-extern char *calloc();
+extern void *calloc();
extern char *getenv();
#endif