symbian-qemu-0.9.1-12/python-2.6.1/RISCOS/Python/getcwd_riscos.c
author Simon Howkins <simonh@symbian.org>
Thu, 03 Dec 2009 15:24:11 +0000
changeset 25 1a93ed2e38bd
parent 1 2fb8b9db1c86
permissions -rw-r--r--
Removed REE_PATH option as it's no longer needed.

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