mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 15:19:07 +00:00
* getrandom libc prototypes had the wrong return type * `total_read` local variable was unnecessary since the sub-slice buffer has a length * I was able to get rid of all the integer casts * the err == 0 check can be a switch case * add missing `return` statement |
||
|---|---|---|
| .. | ||
| darwin.zig | ||
| freebsd.zig | ||
| linux.zig | ||
| netbsd.zig | ||
| windows.zig | ||