|
|
|
|
|
by jonkalb
4209 days ago
|
|
Looking at the headers is not the way to learn about the library. Anything that you learned that wasn't documented in the standard or any of the many books, articles, and videos available would be an implementation detail that you couldn't rely on in portable code or even in the next version of gcc. These files are only intended to be seen by the compiler and it doesn't complain about indentation or single letter variables. |
|