Spiros Bousbouras
2023-07-14 11:05:52 UTC
https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_join.html :
((subarray *)arg)->ar[i]++;
This seems to me to be undefined behaviour since arr[] is not
initialised.
((subarray *)arg)->ar[i]++;
This seems to me to be undefined behaviour since arr[] is not
initialised.