APUE course source code
guowenxue
23 hours ago ff970152123acde6084e9de1b3bad134922fc9c2
project/4.mqttd/booster/iniparser.c
@@ -10,6 +10,9 @@
#include <ctype.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)