mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builtin: add a declaration for C.putchar (#16037)
This commit is contained in:
parent
4c0ea67137
commit
12d3664a09
@ -184,6 +184,9 @@ fn C.strchr(s &char, c int) &char
|
||||
[trusted]
|
||||
fn C.getchar() int
|
||||
|
||||
[trusted]
|
||||
fn C.putchar(int) int
|
||||
|
||||
fn C.strdup(s &char) &char
|
||||
|
||||
fn C.strncasecmp(s &char, s2 &char, n int) int
|
||||
|
Loading…
Reference in New Issue
Block a user