mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-05-06 11:07:11 +02:00
4 lines
96 B
C
4 lines
96 B
C
#include <inttypes.h>
|
|
|
|
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);
|