You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789
  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_ */