aboutsummaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
Diffstat (limited to 'example.c')
-rw-r--r--example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.c b/example.c
index 3b1bbb6..3808acd 100644
--- a/example.c
+++ b/example.c
@@ -26,7 +26,7 @@ main() {
NULL)));
}
- printf("%s", all);
+ printf("%s|%s|\n", all, S_substr(&t, all, 23, 4));
MemoryManager T = M_std();