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


syntax highlighted by Code2HTML, v. 0.9.1