Sign in
third-party-mirror
/
cbindgen
/
refs/heads/main
/
.
/
cbindgen-0.27.0
/
tests
/
expectations
/
const_generics_char_both.c
blob: 4cd9041a5c7e60bbaaad03f918ce0ebad1a3480f [
file
] [
log
] [
blame
] [
edit
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
typedef
struct
TakeUntil_0
{
const
uint8_t
*
start
;
uintptr_t
len
;
uintptr_t
point
;
}
TakeUntil_0
;
struct
TakeUntil_0
until_nul
(
const
uint8_t
*
start
,
uintptr_t
len
);