Hacker News new | ask | show | jobs
Show HN: Headerless C programming with __INCLUDE LEVEL__ (github.com)
4 points by milgra 1276 days ago
1 comments

A few notes on the portability of __INCLUDE_LEVEL__ would not be amiss. I can readily find that it's in (current) gcc but not in standard c99. is it in niche compilers like msvc? is it in a newer standard? etc
Yes, that can be a problem, I used it for linux/FreeBSD development only so far.