mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 03:24:46 +01:00
The vast majority of libc functions return `c_int` for the return value, when setting errno. This utility function is for those cases. Other cases can hand-roll the logic, or additional helpers can be added. |
||
|---|---|---|
| .. | ||
| stdlib | ||
| sys | ||
| common.zig | ||
| ctype.zig | ||
| inttypes.zig | ||
| math.zig | ||
| stdlib.zig | ||
| string.zig | ||
| strings.zig | ||
| sys.zig | ||
| wchar.zig | ||