| author | |
| committer | |
| log | 4c87281b5cf0e9268107f6456aeb16d097d1eb76 |
| tree | 8ea4f22f28074e74fbfd7d5f89fa01fd12d92112 |
| parent | e7917d099d5a654926ffbd352e149c9d45a196b1 |
Fixes "dependency on library c must be explicitly specified in the build command" error1 files changed, 1 insertions(+), 0 deletions(-)
doc/langref.html.in+1| ... | ... | @@ -2157,6 +2157,7 @@ test "allowzero" { |
| 2157 | 2157 | against buffer overflow and overreads. |
| 2158 | 2158 | </p> |
| 2159 | 2159 | {#code_begin|exe_build_err#} |
| 2160 | {#link_libc#} | |
| 2160 | 2161 | const std = @import("std"); |
| 2161 | 2162 | |
| 2162 | 2163 | // This is also available as `std.c.printf`. |