format like AFL style

This commit is contained in:
Andrea Fioraldi 2019-08-30 12:02:19 +02:00
parent aca63d4986
commit ca6ac09dcc

View File

@ -26,7 +26,9 @@
*/
#define AFL_MAIN
#define _GNU_SOURCE
#ifndef _GNU_SOURCE
# define _GNU_SOURCE
#endif
#include <stdio.h>
#include <stdlib.h>