AddressList.__str__(): Get rid of useless, and broken method. Closes
[python/dscho.git] / RISCOS / Python / getcwd_riscos.c
blob0239e6ef74293a79270bc4a31ed754686600a3fa
1 char *getcwd(char *buf, int size)
3 buf[0] = '\0';
4 return buf;