RaspberrPi project source code
guowenxue
2 days ago d03f549fa5327ff2e138547e702877cb12a82189
project/booster/iniparser.c
@@ -12,6 +12,9 @@
#include <stdarg.h>
#include "iniparser.h"
#pragma GCC diagnostic ignored "-Wformat-overflow"
#pragma GCC diagnostic ignored "-Wformat-truncation"
/*---------------------------- Defines -------------------------------------*/
#define ASCIILINESZ         (1024)
#define INI_INVALID_KEY     ((char*)-1)