mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
8 lines
161 B
C
8 lines
161 B
C
#pragma once
|
|
|
|
#include "common_defs.h"
|
|
#include "simdjson_internal.h"
|
|
|
|
void init_state_machine();
|
|
bool ape_machine(const u8 * buf, size_t len, ParsedJson & pj);
|