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); }