From 7aad1be2459a0e13c6c2253bbfecbeb98f9aa86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 4 Aug 2022 19:23:50 +0200 Subject: tor 4 aug 2022 19:23:50 CEST --- C.wiki | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/C.wiki b/C.wiki index b96bb05..8818a5b 100644 --- a/C.wiki +++ b/C.wiki @@ -3,3 +3,26 @@ }}} 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"; +}}} + -- cgit v1.2.3