git-subtree-dir: crates/wiggle git-subtree-mainline:2ead747f48git-subtree-split:cd484e4993
19 lines
277 B
Plaintext
19 lines
277 B
Plaintext
(use "errno.witx")
|
|
|
|
(typename $cookie
|
|
(int u64
|
|
(const $start 0)))
|
|
|
|
(typename $bool
|
|
(enum u8
|
|
$false
|
|
$true))
|
|
|
|
(module $ints
|
|
(@interface func (export "cookie_cutter")
|
|
(param $init_cookie $cookie)
|
|
(result $error $errno)
|
|
(result $is_start $bool)
|
|
)
|
|
)
|