mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
docs: fix copy/paste leftover in the output of v help build-c
(#18056)
This commit is contained in:
parent
b87ddf68ae
commit
c4b34c9482
@ -88,7 +88,6 @@ see also `v help build`.
|
|||||||
and returns s.
|
and returns s.
|
||||||
getchar() int
|
getchar() int
|
||||||
Read one character from stdin and return it.
|
Read one character from stdin and return it.
|
||||||
Print "V Panic" + msg, along with an optional backtrace, and then exit.
|
|
||||||
vsprintf(str &char, format &char, ap va_list) int
|
vsprintf(str &char, format &char, ap va_list) int
|
||||||
See `man vsprintf`.
|
See `man vsprintf`.
|
||||||
vsnprintf(str &char, size usize, format &char, ap va_list) int
|
vsnprintf(str &char, size usize, format &char, ap va_list) int
|
||||||
|
Loading…
Reference in New Issue
Block a user