Apparently the code to forestall Tk eating events was too aggressive (Tk user input...
[python/dscho.git] / RISCOS / Python / getcwd_riscos.c
blob0239e6ef74293a79270bc4a31ed754686600a3fa
1 char *getcwd(char *buf, int size)
3 buf[0] = '\0';
4 return buf;