Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
aa7c8bda63cda258a1f4e5c3c997d48dd95c2ba8
/
.
/
RISCOS
/
Python
/
getcwd_riscos.c
blob: 0239e6ef74293a79270bc4a31ed754686600a3fa [
file
] [
log
] [
blame
]
char
*
getcwd
(
char
*
buf
,
int
size
)
{
buf
[
0
]
=
'\0'
;
return
buf
;
}