header pragma set to '<stdio.h>' in importc section

This commit is contained in:
klaufir
2014-06-03 08:07:27 +02:00
parent 56a912fb2a
commit 24c0044046

View File

@@ -5485,7 +5485,7 @@ the argument is missing, the C name is the Nimrod identifier *exactly as
spelled*:
.. code-block::
proc printf(formatstr: cstring) {.header: "stdio.h", importc: "printf", varargs.}
proc printf(formatstr: cstring) {.header: "<stdio.h>", importc: "printf", varargs.}
Note that this pragma is somewhat of a misnomer: Other backends will provide
the same feature under the same name.