|
cdcontainers
0.1.1
Library of data containers and collections for C programming language.
|
#include <stdio.h>#include <stdlib.h>Go to the source code of this file.
Macros | |
| #define | CDC_UNUSED(x) (void)(x) |
| #define | CDC_CHECK(X, msg) |
| #define CDC_UNUSED | ( | x | ) | (void)(x) |
| #define CDC_CHECK | ( | X, | |
| msg | |||
| ) |
1.8.13