C++程序  |  8行  |  104 B

#include <unistd.h>
#include <core.h>

int generic_chdir_start(void)
{
	return chdir(CurrentDirName);
}