newlib-cygwin/newlib/libc/include/paths.h

8 lines
121 B
C
Raw Normal View History

2000-02-18 03:39:52 +08:00
#ifndef _PATHS_H_
#define _PATHS_H_
#define _PATH_DEV "/dev/"
#define _PATH_BSHELL "/bin/sh"
#endif /* _PATHS_H_ */