Comment on Zig’s Io.Threaded is neatparentComments−Twey20din Clang/GCC the `__` is not explicitly reserved for builtinsIn fact in C identifiers starting with _ are reserved for the implementation (except for in local scope if the second character is not an underscore or capital letter).
Comments
In fact in C identifiers starting with _ are reserved for the implementation (except for in local scope if the second character is not an underscore or capital letter).