#include "internal.h" int sys·cwd(char *buf, uintptr size) { long ret = syscall(·GetCwd, buf, size); return error(ret); }