diff options
Diffstat (limited to 'pom.c')
-rw-r--r-- | pom.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |