Added declaration of _newstr.

This commit is contained in:
keie 1985-01-21 23:57:44 +00:00
parent 68644410fb
commit 09000449a4

View file

@ -12,4 +12,6 @@ typedef struct{
int strlength;
} String;
String *_newstr() ;
#define MAXSTRING 1024