From 0f0601d64aee294bcd27c757a0cdf7b1ad0e0ba0 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Sun, 28 Mar 2021 17:56:24 +0300 Subject: csxbind free added. --- examples/translator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/translator.c b/examples/translator.c index 6854b42..eebe644 100644 --- a/examples/translator.c +++ b/examples/translator.c @@ -134,8 +134,8 @@ int items() int main() { printf("#include \n\nint main()\n{\n"); - printf(" init();\n R(L(_do,"); + printf(" csxbind_init();\n R(L(_do,"); items(); - printf("\n 0));\n return 0;\n}\n"); + printf("\n 0));\n \n csxbind_free();\n return 0;\n}\n"); return 0; } -- cgit v1.2.3