#include "header.h" void parseinput(flagbox3 *flags, vector *vecin) { if (!THISISPROGRAM11) { scanf("%u %u %u",&flags->f0,&flags->f1,&flags->f2); //Retrieve the control data and stick it into the flags //flags should be the "computeflags" in main. } *vecin= readvec(); //Read a vec in and assign it to the pointer given. return; }