mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
RISCOS files by dschwertberger
This commit is contained in:
parent
c92cdf7aa7
commit
228d80736c
16 changed files with 3089 additions and 0 deletions
5
RISCOS/Python/getcwd_riscos.c
Normal file
5
RISCOS/Python/getcwd_riscos.c
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
char *getcwd(char *buf, int size)
|
||||
{
|
||||
buf[0] = '\0';
|
||||
return buf;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue