C development for Linux without a standard library

from blog Kevin Boone's website, | ↗ original
There are relatively few good reasons for writing C code without using a standard C library. However, doing so provides valuable insights into how compilers and operating systems work, and is worth doing if only for its educational value.