newer version

This commit is contained in:
ceriel
1986-04-08 23:34:10 +00:00
parent 629b8fdb88
commit 6ff4d852e1
8 changed files with 190 additions and 22 deletions

View File

@@ -25,6 +25,7 @@ GetFile(name)
*/
extern char *DEFPATH[];
char buf[256];
char *strcpy(), *strcat();
(void) strcpy(buf, name);
if (strlen(buf) > 10) {