mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-06-30 20:40:59 +02:00
10 lines
193 B
C
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_ */
|