* hppahpux.h: Add defs for malloc() & realloc().

This commit is contained in:
Stu Grossman 1992-12-15 01:14:14 +00:00
parent 76c7e44dde
commit 764c960db4
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ rename(from, to)
}
#endif
extern PTR EXFUN(malloc,(unsigned));
extern PTR EXFUN(realloc, (PTR, unsigned));
/* EXACT TYPES */
typedef char int8e_type;
typedef unsigned char uint8e_type;