I am creating thread using pthread_create and in its handler I need to pass more than one argument.
Is it possible to pass multiple arguments, and if yes then how?
I am creating thread using pthread_create and in its handler I need to pass more than one argument.
Is it possible to pass multiple arguments, and if yes then how?