Having variables named _ or __ would probably be a fun trick for obfuscated C code, now if only I had any creativity at all so that I could write something cool and obfuscated
@aescling Yeah, same, my first assumption was that isn't, but I checked the C89 standard and tried compiling a program and it appears that _ is a perfectly fine identifier if you want to make your program hard to read
@aescling Yeah, same, my first assumption was that isn't, but I checked the C89 standard and tried compiling a program and it appears that
_is a perfectly fine identifier if you want to make your program hard to read