Build the Basic run-time library (after some modernisation).

--HG--
branch : dtrg-buildsystem
This commit is contained in:
David Given
2013-05-14 16:11:29 +01:00
parent a68b117e96
commit d5f0107746
24 changed files with 89 additions and 381 deletions

View File

@@ -1,6 +1,4 @@
/* $Id$ */
extern char *malloc() ;
#include <stdlib.h>
char * salloc(length)
unsigned length;