File config.h¶
Go to the source code of this file
This is a config file. More...
Classes¶
Type | Name |
---|---|
struct | BirdOrRodent |
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 demo-projects/animal/config.h