diff options
Diffstat (limited to 't')
| -rw-r--r-- | t/test_1.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ */ #include <stdio.h> - +#include <string.h> #include <ctemplates.h> char t_1[] = "This is a <TMPL_VAR name=\"what\">!"; |
![]() |
index : libctemplates | |
| A template expander for C |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | t/test_1.c | 2 |
@@ -4,7 +4,7 @@ */ #include <stdio.h> - +#include <string.h> #include <ctemplates.h> char t_1[] = "This is a <TMPL_VAR name=\"what\">!"; |