source: vendor/python/2.5/RISCOS/Python/getcwd_riscos.c

Last change on this file 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.