瀏覽代碼

Removed duplicate and inconsistent function declarations.

dtrg 19 年之前
父節點
當前提交
9c81d2fe39
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lang/basic/src/bem.h

+ 0 - 1
lang/basic/src/bem.h

@@ -73,7 +73,6 @@ extern Linerecord *currline;
 extern char *itoa();
 extern char *salloc();
 
-extern char *sprint();
 extern char *strcpy();
 extern char *strcat();
 #if __STDC__