Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
tests
/
project_with_c_code_3
/
mod1
/
wrapper.c.v
5
lines
·
4
sloc
·
60 bytes
·
ec196cfcd1356fa12bd8ab2e9aa5003c2f9c00a7
Raw
1
module
mod1
2
3
pub
fn
vadd(a int, b int) int {
4
return
1003
5
}
6