summaryrefslogtreecommitdiff
path: root/pom.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-14 16:05:07 -0400
committerpommicket <pommicket@gmail.com>2025-09-14 16:05:07 -0400
commit0302aca4e1aa3eb495970af40a63f8bf4cf95779 (patch)
tree082fb49b63aafb87696145acbfc5ed3a84985c37 /pom.c
parent52f3b8a860edd07949734f347f7dcec18274ebe7 (diff)
Add README
Diffstat (limited to 'pom.c')
-rw-r--r--pom.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.c b/pom.c
index 1ed3c9b..7ec6a65 100644
--- a/pom.c
+++ b/pom.c
@@ -1,3 +1,8 @@
+/*
+TODO:
+- clean up read_conf.c example
+- tests
+*/
#include "pom.h"
#include <stdio.h> // still needed for sprintf, even if POM_NO_STDIO is defined.