| author | |
| committer | |
| log | 627209253c65363483fbdae9effad51f1aed8c98 |
| tree | aaf4eb2f125149bfc6a515b6df3141ac2db01433 |
| parent | c6160fa3a5c2f55871c2ab2377531c8a4e34a76a |
1 files changed, 1 insertions(+), 1 deletions(-)
doc/langref.html.in+1-1| ... | ... | @@ -1317,7 +1317,7 @@ const @"identifier with spaces in it" = 0xff; |
| 1317 | 1317 | const @"1SmallStep4Man" = 112358; |
| 1318 | 1318 | |
| 1319 | 1319 | const c = @import("std").c; |
| 1320 | pub extern "c" fn @"error"() anyopaque; | |
| 1320 | pub extern "c" fn @"error"() void; | |
| 1321 | 1321 | pub extern "c" fn @"fstat$INODE64"(fd: c.fd_t, buf: *c.Stat) c_int; |
| 1322 | 1322 | |
| 1323 | 1323 | const Color = enum { |