mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-22 15:03:13 +08:00
feat(newlib): Add newlib library and header file
This commit is contained in:
9
components/newlib/newlib/include/paths.h
Normal file
9
components/newlib/newlib/include/paths.h
Normal file
@ -0,0 +1,9 @@
|
||||
#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_ */
|
Reference in New Issue
Block a user