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