CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
threadbase.h
1#pragma once
2
3typedef struct Thread Thread;
4typedef int(*threadFunc)(Thread *self);