I have an array of structs sth
structs sth
#define NUM_ELEM 8 typedef struct sth { int* tab; int lenght; } sth; ... int main(void) { sth* arr