Now maybe someone here can tell me if this makes any sense: #define SOME_NAME “SomeName” I ran across something like this in my day job and wondered what the purpose of adding a “” zero byte was to the end of the string. C already does that, doesn’t it? C …
From: Retro Roundup
