mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 19:08:08 +00:00
code format
This commit is contained in:
@ -144,7 +144,8 @@ FILE *create_ffile(u8 *fn);
|
|||||||
s32 create_file(u8 *fn);
|
s32 create_file(u8 *fn);
|
||||||
|
|
||||||
/* memmem implementation as not all platforms support this */
|
/* memmem implementation as not all platforms support this */
|
||||||
void *afl_memmem(const void *haystack, size_t haystacklen, const void *needle, size_t needlelen);
|
void *afl_memmem(const void *haystack, size_t haystacklen, const void *needle,
|
||||||
|
size_t needlelen);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user