mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-17 11:31:00 +00:00
8 lines
121 B
C
8 lines
121 B
C
#ifndef _PATHS_H_
|
|
#define _PATHS_H_
|
|
|
|
#define _PATH_DEV "/dev/"
|
|
#define _PATH_BSHELL "/bin/sh"
|
|
|
|
#endif /* _PATHS_H_ */
|