![]() |
Libmacro
0.2
Libmacro is an extensible macro and hotkey library.
|
#include <threads.h>Go to the source code of this file.
C11 threads.h file wrapper based on project https://github.com/jtsiomb/c11threads. If STDC_NO_THREADS is defined by the compiler, we will wrap pthread function calls (required to link pthread library, e.g. -lpthread). Otherwise threads.h will be included directly. Static inline function support is required.
Definition in file c11threads.h.