Start k&r to ansi modification

This commit is contained in:
Godzil
2013-03-05 09:21:28 +01:00
committed by Manoël Trapier
parent cb89c679ec
commit 33af50ea26
7 changed files with 14 additions and 14 deletions

View File

@@ -32,7 +32,7 @@
extern struct idf *GetIdentifier();
extern int InputLevel;
struct repl *ReplaceList; /* list of currently active macros */
extern char *strcat(), *strcpy();
//extern char *strcat(), *strcpy();
int
replace(idf)