|
ModernCMakeExample
An example project with CMake
|
#include <stdbool.h>
Go to the source code of this file.
Macros | |
| #define | error_check(C) if(__builtin_expect((C), false)) |
Typedefs | |
| typedef int | err_t |
Functions | |
| err_t | foo () |
| #define error_check | ( | C | ) | if(__builtin_expect((C), false)) |
| typedef int err_t |
| err_t foo | ( | ) |