many changes: fixes and efficiency-oriented

This commit is contained in:
ceriel
1987-02-09 23:19:42 +00:00
parent 01fa23d1da
commit f7690cec10
26 changed files with 200 additions and 164 deletions

View File

@@ -12,7 +12,7 @@ struct file_info finfo;
#ifndef NOPP
char *
getwdir(fn)
char *fn;
register char *fn;
{
register char *p;
char *strrindex();