Commit 2723b961055d617e846792ba3956c079e8e67be5

Thomas de Grivel 2023-10-26T11:55:37

license

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/libc3/c3.c b/libc3/c3.c
index 61aa390..d96618e 100644
--- a/libc3/c3.c
+++ b/libc3/c3.c
@@ -49,8 +49,8 @@ void c3_init (s_env *env)
     exit(1);
 }
 
-s_tag * c3_license (s_tag *dest)
+void c3_license ()
 {
-  return sym_1(g_c3_license);
+  buf_write_1(&g_c3_env.out, g_c3_license);
   buf_flush(&g_c3_env.out);
 }