diff options
author | default <nobody@localhost> | 2022-09-19 22:23:33 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-19 22:23:33 +0200 |
commit | 1ad66e5166804bbcc903c63471feb7ea45e2d21a (patch) | |
tree | ffc95a2680a767711c3881492f09844365551b54 /main.c | |
parent | 32c188ae8fc662cf32ed16bf1d38a5391094ddda (diff) |
New functions snac_debug() and snac_log().
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ int main(int argc, char *argv[]) srv_open("/home/angel/lib/snac/comam.es"); snac_open(&snac, "mike"); + snac_log(&snac, xs_str_new("ok")); return 0; } |