From 802157d15c9d0adc37621c4f32ed8083dcaf8303 Mon Sep 17 00:00:00 2001 From: M.Gergő Date: Wed, 13 May 2020 19:49:38 +0200 Subject: INI example --- src/ini_rw.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ini_rw.h') diff --git a/src/ini_rw.h b/src/ini_rw.h index 9a84c10..b424efb 100644 --- a/src/ini_rw.h +++ b/src/ini_rw.h @@ -33,6 +33,8 @@ enum ini_states {Start, BgnSp, CommEndW, SectEndW, SectEndD, EqW1, EqW2, ValPSP, struct lci_data *iniReadOut(const char *filename); int64_t getFileMaxLineLen(FILE *tfd); +char *strResize(char *ptr, size_t oldsize, size_t newsize); +lci_data *destroyNodes( lci_data *head); -- cgit v1.2.3