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