Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
const_generics_char.tag.c
blob: a6cb5ffdf72bd5fdee4d0aba51f3be2bdb9fd422 [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
struct
TakeUntil_0
{
const
uint8_t
*
start
;
uintptr_t
len
;
uintptr_t
point
;
};
struct
TakeUntil_0
until_nul
(
const
uint8_t
*
start
,
uintptr_t
len
);