summaryrefslogtreecommitdiff
path: root/Build/source/utils/gzip/primos/include/stdlib.h
blob: 49fbfc38179d165528a8c088d39ce9166e79940f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
** 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