Headerless C
github.com
Headerless C
1–4 of 4 posts
Re: Headerless C
#2Woah. Clever, but non-portable and seriously fugly.
Re: Headerless C
#3Woah. Clever, but non-portable and seriously fugly.
Works on every major compiler. I don't see how that's non-portable.
Re: Headerless C
#4Woah. 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.