From a835e738761238b891847c8303592b504018f017 Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 12 Sep 2025 00:47:39 -0400 Subject: Parse section headers --- examples/conf.pom | 4 +++- examples/read_conf.c | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/conf.pom b/examples/conf.pom index efff968..1054e41 100644 --- a/examples/conf.pom +++ b/examples/conf.pom @@ -1,7 +1,9 @@ -[0oo] +[0oo.eeee°] bar = 10 # testing # here's another comment +[jibjabjobdsfajkha] + win = yes diff --git a/examples/read_conf.c b/examples/read_conf.c index b18be3a..091255c 100644 --- a/examples/read_conf.c +++ b/examples/read_conf.c @@ -1,4 +1,5 @@ #include +#include #include "pom.h" -- cgit v1.2.3