CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
utils.h
Go to the documentation of this file.
1#pragma once
2
3#include <cx/cx.h>
4
5#include <cx/utils/cbhandle.h>
6#include <cx/utils/compare.h>
7#include <cx/utils/lazyinit.h>
8#include <cx/utils/macros.h>
9#include <cx/utils/murmur.h>
10#include <cx/utils/scratch.h>
11
14
Generic callback handle system (DEPRECATED)
Comparison and clamping macros.
Thread-safe lazy initialization.
Thread-local rotating scratch buffers for temporary storage.