int pthread_create(pthread_t * thread, const pthread_attr_t *attr,

                            void* (*start_routine)(void*), void *arg);

출처: https://repilria.tistory.com/228 [레필리아의 잡동사니:티스토리]

이런거 다 외우고 씀?