include and src folders

This commit is contained in:
Andrea Fioraldi
2019-08-27 13:31:35 +02:00
parent d3d0682310
commit 0e59a59169
22 changed files with 37 additions and 37 deletions

6
include/common.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef __AFLCOMMON_H
#define __AFLCOMMON_H
#include "types.h"
void detect_file_args(char **argv, u8 *prog_in);
#endif