Move free() decl to utils.c.

This commit is contained in:
Andrew Cagney
2001-03-20 00:28:23 +00:00
parent 8cca004af1
commit 81b8eb809e
4 changed files with 14 additions and 7 deletions

View File

@@ -44,5 +44,3 @@
extern void *malloc (size_t);
extern void *realloc (void *, size_t);
extern void free (void *);