| /* C language stuff. Doesn't involve any libraries that aren't part of | |
| the compiler. | |
| */ | |
| /* GNU_PRINTF_ATTR lets the GNU compiler check printf-type | |
| calls to be sure the arguments match the format string, thus preventing | |
| runtime segmentation faults and incorrect messages. | |
| */ | |