symbian-qemu-0.9.1-12/python-2.6.1/RISCOS/Python/getcwd_riscos.c
author asimpson@symbian.org
Thu, 15 Oct 2009 17:58:46 +0100
changeset 14 e6ebb7730c4b
parent 1 2fb8b9db1c86
permissions -rw-r--r--
Added tag PDK_2.0.0 for changeset 52c9f17ec5d1

char *getcwd(char *buf, int size)
{
  buf[0] = '\0';
  return buf;
}