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