Added declaration of _newstr.
authorkeie <none@none>
Mon, 21 Jan 1985 23:57:44 +0000 (23:57 +0000)
committerkeie <none@none>
Mon, 21 Jan 1985 23:57:44 +0000 (23:57 +0000)
h/bc_string.h

index 1e35bbf..527b6fb 100644 (file)
@@ -12,4 +12,6 @@ typedef struct{
        int     strlength;
        } String;
 
+String *_newstr() ;
+
 #define MAXSTRING 1024