Doxybook Example
Macros

This is a config file. More...

Go to the source code of this file.

Macros

#define CONFIG_HELLO   (123)
 
#define CONFIG_WORLD   ("abx")
 
#define PI   3.14159265358979323846
 
#define PRINT_PRETTY(MSG, ...)   printf(MSG, __VA_ARGS__)
 

Detailed Description

This is a config file.

This is a detailed description