Browse Source

Added declaration of _newstr.

keie 39 years ago
parent
commit
c4daab57eb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      h/bc_string.h

+ 2 - 0
h/bc_string.h

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