Y
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
jepler
1276 days ago
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
link
milgra
1275 days ago
Yes, that can be a problem, I used it for linux/FreeBSD development only so far.
link