forked from KolibriOS/kolibrios
7315bb05c0
git-svn-id: svn://kolibrios.org@4921 a494cfbc-eb01-0410-851d-a64ba20cac60
10 lines
202 B
C
10 lines
202 B
C
#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_ */
|