This commit is contained in:
ceriel
1991-09-19 12:46:16 +00:00
parent 6e485ef169
commit 4bd8dcde59
41 changed files with 54 additions and 17 deletions

View File

@@ -1,7 +1,8 @@
#include <lib.h>
#define chdir _chdir
#include <unistd.h>
int chdir(name)
PUBLIC int chdir(name)
char *name;
{
return(_callm3(FS, CHDIR, 0, name));