v2 / vlib / v / fmt / tests / fn_headers_with_no_bodies_keep.vv
5 lines · 3 sloc · 100 bytes · 1c6f63ac0ae1287a4759dedc8d29408b20fe5a78
Raw
1fn proc_pidpath(int, voidptr, int) int
2
3fn C.realpath(&char, &char) &char
4
5fn C.chmod(&u8, int) int
6