index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
RISCOS
/
Python
/
getcwd_riscos.c
blob: 0239e6ef74293a79270bc4a31ed754686600a3fa (
plain
)
1
2
3
4
5
char
*
getcwd
(
char
*
buf
,
int
size
)
{
buf
[
0
] =
'\0'
;
return
buf
;
}