APUE course source code
guowenxue
10 hours ago 4de24b43bfc373f46f0510703cde7562fb8cb703
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)