newer version
This commit is contained in:
@@ -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 */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user