{{{c #include }}} innehåller printf-strängar för ``. == Universal character specifier == TODO dubbelkolla namnet {{{c void o\u00f6o () { printf("o with two dots\n"); } int main () { oöo(); } }}} == Function name == Each function _fname_ behaves as if the first line of its body wasbehaves as if the first line of its body was {{{c static const char __func__[] = "fname"; }}}