1 2 3 4 5 6
#ifndef __AFLCOMMON_H #define __AFLCOMMON_H #include "types.h" void detect_file_args(char **argv, u8 *prog_in); #endif