|
|
|
|
|
by pjmlp
286 days ago
|
|
That is a myth often spread by folks that think K&R C book is everything there is to know, never opened the ISO C draft PDF, learned the differences between POSIX and standard library, tried to make their code portable outside GCC or nowadays clang, or even checked the extensions chapter on the compiler. |
|
If you want to write portable/production-grade C code, well definitely need to study another references.