RaspberrPi project source code
guowenxue
17 hours ago 9ae5259c592406577656b8432c4aa2e86ea2a7f6
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)