Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
c_binding_confusable_c_err.vv
6
lines
·
4
sloc
·
105 bytes
·
36a5b584362e3de01eea14f99cd981a77fa243c7
Raw
1
fn С.destroy_context(context u32)
2
3
pub fn destroy_context(context u32) {
4
C.destroy_context(context)
5
}
6
7