paths.h 193 B

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