This commit is contained in:
ceriel
1991-09-20 18:14:05 +00:00
parent 7905507e1d
commit 2220c3b6fb
214 changed files with 8614 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#include "header.h"
con_str(s,n)
char *s;
int n;
{
gen_str( s,n);
}