zig/std/c
Andrew Kelley 9bf283c085
fixups
* 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
2019-08-20 15:25:30 -04:00
..
darwin.zig fix macOS stack trace regression 2019-06-20 19:29:25 -04:00
freebsd.zig fixups 2019-08-20 15:25:30 -04:00
linux.zig fixups 2019-08-20 15:25:30 -04:00
netbsd.zig updated std.c.{freebsd, netbsd} to usingnamespace 2019-06-05 16:06:21 -04:00
windows.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00