0
在Pthread Scheduling API for Operating Systems課程上進行分配時。我碰到一個看起來像這樣的函數:Linux中的函數參數含義Pthread Scheduling API編程API
int pthread_create(pthread_t *thread, const pthread_attr_t *attr,
void *(*start_routine) (void *), void *arg);
有人能解釋第二個最後的函數參數在語法方面意味着什麼嗎?即
void *(*start_routine) (void *)