Forgot your password?
typodupeerror

Comment Re:C standard vs C 'common usage' (Score 3, Insightful) 44

No operating system kernel - or even a non-trivial user program - is ever a strictly conforming C program; that term is so rigidly defined as to be almost useless (https://c-faq.com/ansi/compliance.html). But apart from that the Linux kernel already uses many gcc extensions, so adding another is not an issue.

Slashdot Top Deals

To err is human -- to blame it on a computer is even more so.

Working...