mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
4 lines
84 B
C
4 lines
84 B
C
|
#include <stdint.h>
|
||
|
#include <stddef.h>
|
||
|
void fuzz_testmem(void *data, size_t size);
|