Anonymous ID: cd47cf Jan. 29, 2023, 8:15 p.m. No.18251633   🗄️.is 🔗kun

>>18251606

You don't even need a case, just push the rest off to another function

 

#define TARGET_SIZE 6

 

char *targets[] = {

"Jim Watkins",

"BO",

"BVs",

"Bakers",

"All Anons",

"A specific Anon"

};

 

for(;;) {

if (SUCCESS != attack_target(targets[i])) {

i++;

i %= TARGET_SIZE;

}

}