symbian-qemu-0.9.1-12/python-2.6.1/RISCOS/Python/getcwd_riscos.c
author Chetan Kapoor<chetank@symbian.org>
Wed, 13 Oct 2010 14:38:32 +0100
changeset 120 1dadaac0175a
parent 1 2fb8b9db1c86
permissions -rw-r--r--
Bug 3744 - Syborg baseport build fails unless source is located in specific directory

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