Live data from Hacker News

Headerless C

github.com

1–4 of 4 posts

Re: Headerless C

#4
post #2

Woah. Clever, but non-portable and seriously fugly.

Works on every major compiler. I don't see how that's non-portable.

Portable means works on every compiler, existing or future, which implements the C language as defined by the C standard. This #pragma trick is clever, but outside the C language.