home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
bbs
/
gnu
/
gzip-1.2.4-src.lha
/
src
/
amiga
/
gzip-1.2.4
/
primos
/
include
/
stdlib.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-05-26
|
227b
|
17 lines
/*
** stdlib.h
**
** Emulation of the Unix stdlib.h header file for PRIMOS
**
** Author: Peter Eriksson <pen@lysator.liu.se>
*/
#ifndef __STDLIB_H__
#define __STDLIB_H__
extern char *malloc();
extern char *calloc();
#endif