source: trunk/essentials/dev-lang/python/RISCOS/Python/getcwd_riscos.c@ 3403

Last change on this file since 3403 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 69 bytes
Line 
1char *getcwd(char *buf, int size)
2{
3 buf[0] = '\0';
4 return buf;
5}
Note: See TracBrowser for help on using the repository browser.