ยปCore Development>Code coverage>RISCOS/Python/getcwd_riscos.c

Python code coverage for RISCOS/Python/getcwd_riscos.c

#countcontent
1n/achar *getcwd(char *buf, int size)
2n/a{
3n/a buf[0] = '\0';
4n/a return buf;
5n/a}