Zig 0.17.0-dev (Split by item)
This is an example of documentation generated by
ZigDoc
, an alternative to Zig's built-in
Auto Doc
feature. See also
examples in other modes/formats
. The project being documented here (as the example) is the Zig library itself.
Zig
›
std/
›
os/
›
emscripten.zig
›
emscripten_worker_respond_provisionally
emscripten_worker_respond_provisionally
emscripten.emscripten_worker_respond_provisionally
pub
extern
"c"
fn
emscripten_worker_respond_provisionally
(
data
: [*]
u8
,
size
:
c_int
)
void
File
lib/std/os/
emscripten.zig
:
911
Code
pub
extern
"c"
fn
emscripten_worker_respond_provisionally
(
data
: [*]
u8
,
size
:
c_int
)
void