Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
const_generics_arrayvec.tag.c
blob: 1f45babca1fab35c96dc7c44632df1d90f9a1a78 [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
struct
ArrayVec_____u8__100
{
uint8_t
*
xs
[
100
];
uint32_t
len
;
};
int32_t
push
(
struct
ArrayVec_____u8__100
*
v
,
uint8_t
*
elem
);