CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
tlscleanup.h
1#pragma once
2
3#include <cx/cx.h>
4
5typedef void (*TLSCleanupCB)(void *data);
6
7void thrRegisterCleanup(TLSCleanupCB cb, void *data);