Function getcwd [src]
Prototype
pub fn getcwd(buf: [*]u8, size: usize) usize Parameters
buf: [*]u8size: usize Source
pub fn getcwd(buf: [*]u8, size: usize) usize {
return syscall2(.getcwd, @intFromPtr(buf), size);
} pub fn getcwd(buf: [*]u8, size: usize) usize buf: [*]u8size: usize pub fn getcwd(buf: [*]u8, size: usize) usize {
return syscall2(.getcwd, @intFromPtr(buf), size);
}