Kaynağa Gözat

Added declaration of _newstr.

keie 39 yıl önce
ebeveyn
işleme
09000449a4
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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