mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
.strong, not .Strong
https://github.com/ziglang/zig/pull/24537#issuecomment-3124556900
This commit is contained in:
parent
5381e7891d
commit
2dea904d5a
@ -4840,7 +4840,7 @@ fn cmpxchgWeakButNotAtomic(comptime T: type, ptr: *T, expected_value: T, new_val
|
|||||||
<p>
|
<p>
|
||||||
This builtin can be called from a {#link|comptime#} block to conditionally export symbols.
|
This builtin can be called from a {#link|comptime#} block to conditionally export symbols.
|
||||||
When <code>ptr</code> points to a function with the C calling convention and
|
When <code>ptr</code> points to a function with the C calling convention and
|
||||||
{#syntax#}options.linkage{#endsyntax#} is {#syntax#}.Strong{#endsyntax#}, this is equivalent to
|
{#syntax#}options.linkage{#endsyntax#} is {#syntax#}.strong{#endsyntax#}, this is equivalent to
|
||||||
the {#syntax#}export{#endsyntax#} keyword used on a function:
|
the {#syntax#}export{#endsyntax#} keyword used on a function:
|
||||||
</p>
|
</p>
|
||||||
{#code|export_builtin.zig#}
|
{#code|export_builtin.zig#}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user