In C: How do you find the number of elements in an array of structs, after sending it to a function?
int main(void) { myStruct array[] = { struct1, struct2, struct3, struct4, ...