universal-headers icon indicating copy to clipboard operation
universal-headers copied to clipboard

A set of C headers (.h files) that are compatible with widely used libcs for various targets.

Results 4 universal-headers issues
Sort by recently updated
recently updated
newest added

On stream yesterday Andrew tried to simplify this logic: https://clbin.com/4Rstp it is 1584 lines and 196124 characters This is the output of Quine-McCluskey: https://clbin.com/vuHiW it is 126 lines and 10120...

Thought it might be interesting to try to suss out what files typically include other files in different libc's by outputting it to dot and having graphviz visualize it for...

This implements a textual approach to making universal headers. We diff the different versions and add #if/#endif blocks. You end up with stuff like: ```c extern ssize_t readlinkat (int __fd,...

JSON API changed with https://github.com/ziglang/zig/pull/15705. Replace TokenStream with `parseFromSlice`.