pub fn getcwd(buf: [*]u8, size: usize) usize
pub fn getcwd(buf: [*]u8, size: usize) usize { return syscall2(.getcwd, @intFromPtr(buf), size); }