symbian-qemu-0.9.1-12/python-2.6.1/RISCOS/Python/getcwd_riscos.c
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 char *getcwd(char *buf, int size)
       
     2 {
       
     3   buf[0] = '\0';
       
     4   return buf;
       
     5 }