2023-11-16 23:19:36 -05:00

8 lines
104 B
C

#include <unistd.h>
#include <core.h>
int generic_chdir_start(void)
{
return chdir(CurrentDirName);
}