newer version

This commit is contained in:
ceriel
1986-04-28 18:06:58 +00:00
parent 5b9a3d373e
commit 8b07933e3d
16 changed files with 379 additions and 228 deletions

View File

@@ -3,7 +3,7 @@
/* $Header$ */
struct string {
unsigned int s_length; /* length of a string */
arith s_length; /* length of a string */
char *s_str; /* the string itself */
};