1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-05 09:06:41 +00:00
Files
amiga-gcc/sys-include/paths.h
2022-12-31 15:57:19 +01:00

10 lines
193 B
C

#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_ */