Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
const_generics_char.both.c
blob: 4cd9041a5c7e60bbaaad03f918ce0ebad1a3480f [
file
] [
log
] [
blame
]
#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
);