Welcome to mirror list, hosted at ThFree Co, Russian Federation.

paths.h « include « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1c70f588a5b22c1eeb537b45e9a61d938ff349d (plain)
1
2
3
4
5
6
7
8
9
#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_ */