#include <pthread.h>
void pthread_init ( void);
void pthread_init
The pthread_init function must be called before any other function in the POSIX Threads library.
None