Today I learned while digging through my /usr/include that my local Fedora install comes with a whopping 1.2M lines of C headers in /usr/include. That seems like a lot? Yeah?

$ cat /usr/include/**/*.h | wc
1208974 4871654 44110606

44MB of source text!