Commit a175f87d by Richard Kenner

Remove declarations for malloc and realloc.

From-SVN: r6120
parent bbd6cf73
......@@ -148,8 +148,6 @@ extern int printf (const char *, ...);
extern int open (const char *, int, ...);
#endif /* 0 */
extern void exit ();
extern pointer_type malloc ();
extern pointer_type realloc ();
extern void free ();
extern int read ();
extern int write ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment