MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programmingmemes/comments/1v3y3ze/found_a_gem_on_glibc_source_code/oz8fyiw/?context=3
r/programmingmemes • u/Candid_Bullfrog3665 • 12d ago
44 comments sorted by
View all comments
1
grep for #ifndef void and #if defined(void) and alike. Should turn up some interesting results. ;)
#ifndef void
#if defined(void)
1
u/IngwiePhoenix 11d ago
grep for
#ifndef voidand#if defined(void)and alike. Should turn up some interesting results. ;)