選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- #ifndef _PATHS_H_
- #define _PATHS_H_
-
- #define _PATH_DEV "/dev/"
- #define _PATH_DEVNULL "/dev/null"
- #define _PATH_DEVZERO "/dev/zero"
- #define _PATH_BSHELL "/bin/sh"
-
- #endif /* _PATHS_H_ */
|