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