index
:
mikroPhone
master
mikroPhone repository
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fw
/
fe310
/
bsp
/
gloss
/
sys_chdir.c
blob: f33d26a44bc4990e353ab62c962bc1f853372195 (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> int _chdir(const char *path) { errno = ENOSYS; return -1; }