#include "iniparser.h"
#include <stdarg.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | errorPrint (const char *szMessage,...) |
void errorPrint | ( | const char * | szMessage, | |
... | ||||
) |
Definition at line 22 of file iniparser.cpp.
Referenced by IniParser::parse(), IniParser::printError(), and IniParser::wparse().