4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-14 17:59:28 +08:00

10 lines
193 B
C
Raw Normal View History

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