您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
193B

  1. #ifndef _PATHS_H_
  2. #define _PATHS_H_
  3. #define _PATH_DEV "/dev/"
  4. #define _PATH_DEVNULL "/dev/null"
  5. #define _PATH_DEVZERO "/dev/zero"
  6. #define _PATH_BSHELL "/bin/sh"
  7. #endif /* _PATHS_H_ */