MpegTV
MultiCS
MultiCSQL
.
/
MultiCS.r82
/ threads.h
typedef void*(*threadfn)(void*); int create_thread( pthread_t *tid, threadfn func, void *arg);