Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
workspace.tag.c
blob: 4c16fcdae68d2671210d957387031e996ec8b99e [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
#define
EXT_CONST
0
struct
ExtType
{
uint32_t
data
;
};
void
consume_ext
(
struct
ExtType
_ext
);