1 2 3 4 5 6 7 8
#include <pthread.h> int pthread_once (pthread_once_t * control, void (*func) (void)) { return 0; }