Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
function_args.c
blob: ce46f98977384328f1046eeef1607903d17dcaae [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
void
unnamed
(
const
uint64_t
*);
void
pointer_test
(
const
uint64_t
*
a
);
void
print_from_rust
(
void
);