diff options
author | default <nobody@localhost> | 2022-09-19 22:19:14 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-19 22:19:14 +0200 |
commit | 32c188ae8fc662cf32ed16bf1d38a5391094ddda (patch) | |
tree | c42b2a7624446e9a5b76cec9ed1ed7b405cab806 /main.c | |
parent | 8fbe3199df77330f26053bd09a34565b838bceb2 (diff) |
New functions snac_open() and snac_free().
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,7 +7,13 @@ int main(int argc, char *argv[]) { + snac snac; + + printf("%s\n", tid()); + srv_open("/home/angel/lib/snac/comam.es"); + snac_open(&snac, "mike"); + return 0; } |