In my program ( C Language ) I need to have a function that when called erases all the data of an array of structs. The array it is not dynamically allocated, so free will not work. Is there a way besides having to loop through everything and setting it to 0? Language ) I need to have a f