feat(newlib): Add newlib library and header file

This commit is contained in:
Dong Heng
2018-05-11 16:10:26 +08:00
parent bc0c7eb5b2
commit 58a66a3d39
110 changed files with 14857 additions and 0 deletions

View 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_ */