arduino-esp32/tools/sdk/include/newlib/paths.h

10 lines
193 B
C
Raw Normal View History

2016-10-06 13:21:30 +02:00
#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_ */