fixes, added some standard functions to handle LONGREAL, LONGINT

This commit is contained in:
ceriel
1987-05-27 10:16:03 +00:00
parent 86c5c56a38
commit bb9b16ab50
17 changed files with 210 additions and 48 deletions

View File

@@ -34,7 +34,7 @@ long sys_filesize();
struct idf *DefId;
STATIC char *
char *
getwdir(fn)
register char *fn;
{
@@ -65,7 +65,6 @@ GetFile(name)
*/
char buf[15];
char *strncpy(), *strcat();
static char *WorkingDir = ".";
strncpy(buf, name, 10);
buf[10] = '\0'; /* maximum length */