mirror of
https://github.com/pret/agbcc.git
synced 2026-03-22 10:04:25 -05: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_ */
|