mirror of
https://github.com/SeanOMik/eBookReaderSwitch.git
synced 2025-02-17 06:00:08 +00:00
4 lines
110 B
C++
4 lines
110 B
C++
#include <hb.h>
|
|
#include <stddef.h>
|
|
|
|
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);
|