Commit Graph

4 Commits

Author SHA1 Message Date
Andrew Kelley 96bd268c8c zig libc: simplify implementation
- use symbol export helper
- move all declarations from common.zig into c.zig
- correct documentation
- delete dead code
2026-02-11 07:58:11 +01:00
GasInfinity 4df6119335 feat(libzigc): avoid division/multiplication in drand48 and erand48 2026-01-14 23:48:07 +01:00
GasInfinity e10a325410 feat(libzigc): implement the drand48 family
* also remove their musl implementation
2026-01-14 13:14:33 +01:00
GasInfinity ad3828db45 feat(libzigc): use common rand implementations
* also remove their musl implementation
2026-01-14 12:47:58 +01:00