ModernCMakeExample
An example project with CMake
Macros | Typedefs | Functions
foo.h File Reference
#include <stdbool.h>
Include dependency graph for foo.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 ()
 

Macro Definition Documentation

◆ error_check

#define error_check (   C)     if(__builtin_expect((C), false))

Typedef Documentation

◆ err_t

typedef int err_t

Function Documentation

◆ foo()

err_t foo ( )