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