# File config.h

File List > src > config.h

Go to the source code of this file.

This is a config file. More...

# Macros

Type Name
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 detailed description

# Macro Definition Documentation

# define CONFIG_HELLO

#define CONFIG_HELLO (123)

# define CONFIG_WORLD

#define CONFIG_WORLD ("abx")

# define PI

#define PI 3.14159265358979323846

# define PRINT_PRETTY

#define PRINT_PRETTY (
    MSG,
    ...
) printf(MSG, __VA_ARGS__)

The documentation for this class was generated from the following file src/config.h