1 
chmod(char const * path,mode_t mode)2 inline int chmod(char const * path, mode_t mode) {
3     return 0;
4 }
5