Request for heeds when using ‘_’ as identifier in C (and interop with other languages)
In a C language library I wrote, I found most of the operations are too verbose, so I tried to make it terse – through use of macros and by reserving the _
identifier.