finished implementing the initial ini-format reader.

added qse_xli_readinistd()
This commit is contained in:
2015-08-31 13:31:30 +00:00
parent 7cda6152f3
commit 9532597507
8 changed files with 174 additions and 64 deletions

View File

@ -67,7 +67,7 @@ const qse_char_t* qse_xli_dflerrstr (
QSE_T("illegal value for '${0}'"),
QSE_T("no value for '${0}'"),
QSE_T("uncomplying number of string segments for '${0}'"),
QSE_T("section tag expected in place of '${0}'"),
QSE_T("section tag expected in place of '${0}'")
};
return (errnum >= 0 && errnum < QSE_COUNTOF(errstr))?