shithub: fuzz

ref: 7adc2401faa9bf5b7a5e6a6842bf3cdb9d71c9f8
dir: /mutate.c/

View raw version
#include "fuzz.h"

void
mut_int(int* in_val)
{

}

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()
{
}