Function getcwd [src]

Prototype

pub extern "c" fn getcwd(buf: [*]u8, size: usize) ?[*]u8

Parameters

buf: [*]u8size: usize

Source

pub extern "c" fn getcwd(buf: [*]u8, size: usize) ?[*]u8