#include #include "syscall.h" int fchdir(int fd) { return syscall(SYS_fchdir, fd); }

AltStyle によって変換されたページ (->オリジナル) /