mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
6 lines
101 B
C
6 lines
101 B
C
#ifndef __AFLCOMMON_H
|
|
#define __AFLCOMMON_H
|
|
|
|
void detect_file_args(char **argv, u8 *prog_in);
|
|
#endif
|