tumbledemerald-legacy/agbcc/libc/include/paths.h
2022-05-19 17:14:13 +00:00

8 lines
121 B
C

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