This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
b76444b2fa
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