Compare commits
2 Commits
049afbd66f
...
8ff402caaa
Author | SHA1 | Date | |
---|---|---|---|
8ff402caaa | |||
aade3288eb |
@ -28,7 +28,14 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/**
|
||||
* @brief Config parser magic value used to check sanity of passed structs
|
||||
*/
|
||||
#define CONFIG_PARSER_MAGIC 0x464a6e2bUL
|
||||
|
||||
/**
|
||||
* @brief Config parser type casting macro
|
||||
*/
|
||||
#define CONFIG_PARSER(p) ((struct config_parser *)(p))
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user