| ... | ... | @@ -2,6 +2,7 @@ |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | 4 | <meta charset="utf-8"> |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 5 | 6 | <title>Documentation - The Zig Programming Language</title> |
| 6 | 7 | <link rel="icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAgklEQVR4AWMYWuD7EllJIM4G4g4g5oIJ/odhOJ8wToOxSTXgNxDHoeiBMfA4+wGShjyYOCkG/IGqWQziEzYAoUAeiF9D5U+DxEg14DRU7jWIT5IBIOdCxf+A+CQZAAoopEB7QJwBCBwHiip8UYmRdrAlDpIMgApwQZNnNii5Dq0MBgCxxycBnwEd+wAAAABJRU5ErkJggg=="/> |
| 7 | 8 | <style> |
| ... | ... | @@ -7473,7 +7474,7 @@ export fn @"A function name that is a complete sentence."() void {} |
| 7473 | 7474 | <p> |
| 7474 | 7475 | When looking at the resulting object, you can see the symbol is used verbatim: |
| 7475 | 7476 | </p> |
| 7476 | | <pre>00000000000001f0 T A function name that is a complete sentence.</pre> |
| 7477 | <pre><code>00000000000001f0 T A function name that is a complete sentence.</code></pre> |
| 7477 | 7478 | {#see_also|Exporting a C Library#} |
| 7478 | 7479 | {#header_close#} |
| 7479 | 7480 | |