removed include file in_all.h

This commit is contained in:
ceriel
1989-10-11 15:25:07 +00:00
parent 4cd5c0daa0
commit 8c13506a8d
7 changed files with 4 additions and 15 deletions

View File

@@ -10,10 +10,9 @@
char *Srealloc(ptr, n) : reallocate buffer to n bytes
*/
#include "in_all.h"
#include "alloc.h"
EXPORT char *
char *
Srealloc(str, sz)
char str[];
unsigned int sz;