APUE course source code
guowenxue
2025-11-20 c8234c0b72e173ea59bffa72457623970f698c4b
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)