shithub: fuzz

ref: 1d644139584f257efafa1bc4574dc313d2c2d121
dir: /mutate.h/

View raw version
#ifndef MUT_H
#define MUT_H

void mut_int();

void mut_uint();

void mut_charstar();

void mut_ucharstar();

void mut_charstar_arr();

void mut_long();

void mut_longstar();

void mut_ulong();

void mut_vlong();

void mut_voidstar();

void mut_IOchunkstar();

void mut_dirstar();

void mut_dirstar_star();

#endif