Ver código fonte

Added declaration of _newstr.

keie 39 anos atrás
pai
commit
09000449a4
1 arquivos alterados com 2 adições e 0 exclusões
  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