mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
cgen: fix c2v consts; enum_decl()
This commit is contained in:
parent
621574c12a
commit
14f06ead1b
2 changed files with 43 additions and 29 deletions
|
@ -71,6 +71,9 @@ fn C.fclose(stream &C.FILE) int
|
|||
|
||||
fn C.pclose(stream &C.FILE) int
|
||||
|
||||
fn C.strrchr(s &char, c int) &char
|
||||
fn C.strchr(s &char, c int) &char
|
||||
|
||||
// process execution, os.process:
|
||||
[trusted]
|
||||
fn C.getpid() int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue