fn readLinkAbsoluteZ(pathname_c: [*:0]const u8, buffer: *[MAX_PATH_BYTES]u8) ![]u8

Same as readLink, except the path parameter is null-terminated.

Parameters

pathname_c: [*:0]const u8,
buffer: *[MAX_PATH_BYTES]u8,