Retro68/gcc/newlib/libc/include/paths.h
Wolfgang Thaller d464252791 re-add newlib
2017-04-11 23:13:36 +02:00

8 lines
121 B
C

#ifndef _PATHS_H_
#define _PATHS_H_
#define _PATH_DEV "/dev/"
#define _PATH_BSHELL "/bin/sh"
#endif /* _PATHS_H_ */