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