This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
1d5cec4fd2
cpython
/
RISCOS
/
Python
/
getcwd_riscos.c
6 lines
69 B
C
Raw
Blame
History
char
*
getcwd
(
char
*
buf
,
int
size
)
{
buf
[
0
]
=
'
\0
'
;
return
buf
;
}
Reference in New Issue
View Git Blame
Copy Permalink