Some minor corrections

This commit is contained in:
ceriel
1988-01-14 13:40:56 +00:00
parent 5389c00f28
commit 8e2bf62ec3
6 changed files with 4 additions and 13 deletions

View File

@@ -8,11 +8,8 @@
/* The memory allocation routines offered in this file are:
char *Srealloc(ptr, n) : reallocate buffer to n bytes
This file imports routines from "system".
*/
#include <system.h>
#include "in_all.h"
#include "alloc.h"