1114a754ed
I believe have made all of libc .h's as consistent as possible.
6 lines
65 B
C
6 lines
65 B
C
/* $FreeBSD$
|
|
*/
|
|
|
|
extern char *malloc();
|
|
extern char *realloc();
|