#include "internal.h" int sys·chdir(char *path) { return syscall(·Chdir, path); }