mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: fix c2v consts; enum_decl()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user