We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
C.UNSIGNED_LONG_LONG
1 parent 2f61dbd commit 4096f7dCopy full SHA for 4096f7d
translated.c.v
@@ -9,6 +9,8 @@ module libsodium
9
#define UNSIGNED_LONG_LONG unsigned long long
10
#define ULLCAST(x) (UNSIGNED_LONG_LONG *)(x)
11
12
+type C.UNSIGNED_LONG_LONG = u64
13
+
14
fn C.ULLCAST(x &u64) &C.UNSIGNED_LONG_LONG
15
16
const ( // empty enum
0 commit comments