libc/newlib/libc/include/paths.h

10 lines
193 B
C
Raw Normal View History

2000-02-17 20:39:52 +01:00
#ifndef _PATHS_H_
#define _PATHS_H_
#define _PATH_DEV "/dev/"
#define _PATH_DEVNULL "/dev/null"
#define _PATH_DEVZERO "/dev/zero"
2000-02-17 20:39:52 +01:00
#define _PATH_BSHELL "/bin/sh"
#endif /* _PATHS_H_ */