diff options
author | klaufir <klaufir@hotmail.com> | 2014-06-03 08:07:27 +0200 |
---|---|---|
committer | klaufir <klaufir@hotmail.com> | 2014-06-03 08:07:27 +0200 |
commit | 24c00440464edb68277fd5bc4f90caa0ad11c988 (patch) | |
tree | 81855be7cec2779c349580b79257deb2a0275c04 /doc/manual.txt | |
parent | 56a912fb2a6d7cf3723b0ec5e5af1967ea583657 (diff) | |
download | Nim-24c00440464edb68277fd5bc4f90caa0ad11c988.tar.gz |
header pragma set to '<stdio.h>' in importc section
Diffstat (limited to 'doc/manual.txt')
-rw-r--r-- | doc/manual.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.txt b/doc/manual.txt index 57cf39765..3af41faec 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -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. |