Skip to content

Commit 4096f7d

Browse files
committed
ci: fix warning about unknown type C.UNSIGNED_LONG_LONG
1 parent 2f61dbd commit 4096f7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

translated.c.v

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ module libsodium
99
#define UNSIGNED_LONG_LONG unsigned long long
1010
#define ULLCAST(x) (UNSIGNED_LONG_LONG *)(x)
1111

12+
type C.UNSIGNED_LONG_LONG = u64
13+
1214
fn C.ULLCAST(x &u64) &C.UNSIGNED_LONG_LONG
1315

1416
const ( // empty enum

0 commit comments

Comments
 (0)