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