Sign in
android
/
toolchain
/
python
/
c2d6f7c10cd451d210cc2478814677d5bd2efc3e
/
.
/
Python-2.7.5
/
RISCOS
/
Python
/
getcwd_riscos.c
blob: 0239e6ef74293a79270bc4a31ed754686600a3fa [
file
] [
log
] [
blame
]
char
*
getcwd
(
char
*
buf
,
int
size
)
{
buf
[
0
]
=
'\0'
;
return
buf
;
}