summaryrefslogtreecommitdiff
path: root/src/threads/thrd_start_t.h
blob: c44f1bcb680243f5c09cbd6380621e1b8154ec5d (plain)
1
2
3
4
5
typedef int (*thrd_start_t)(void *);

/*
STDC(201112)
*/