Imported Upstream version 1.5
[debian/gzip] / primos / include / stdlib.h
diff --git a/primos/include/stdlib.h b/primos/include/stdlib.h
deleted file mode 100644 (file)
index 49fbfc3..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
-** 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
-