fn readLinkAbsoluteZ(pathname_c: [*:0]const u8, buffer: *[MAX_PATH_BYTES]u8) ![]u8
[src]
Same as readLink
, except the path parameter is null-terminated.
fn readLinkAbsoluteZ(pathname_c: [*:0]const u8, buffer: *[MAX_PATH_BYTES]u8) ![]u8
Same as readLink
, except the path parameter is null-terminated.