source: python/trunk/RISCOS/Python/getcwd_riscos.c

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
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.