./ MultiCS.r69 / threads.h
typedef void*(*threadfn)(void*); int create_prio_thread( pthread_t *tid, threadfn func, void *arg, int newprio);
typedef void*(*threadfn)(void*); int create_prio_thread( pthread_t *tid, threadfn func, void *arg, int newprio);