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);