StudyingUnixInterface/4/fileDirectory/chdir.c
2020-12-07 12:17:01 +08:00

7 lines
62 B
C

#include <unistd.h>
int main(void) {
// TODO
return 0;
}