mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 01:01:33 +00:00
format like AFL style
This commit is contained in:
parent
aca63d4986
commit
ca6ac09dcc
@ -26,7 +26,9 @@
|
||||
*/
|
||||
|
||||
#define AFL_MAIN
|
||||
#define _GNU_SOURCE
|
||||
#ifndef _GNU_SOURCE
|
||||
# define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user