diff options
author | default <nobody@localhost> | 2022-09-27 09:38:46 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-27 09:38:46 +0200 |
commit | 26a3b260d56cedf0ca56b331d8bec71d1a8b49f8 (patch) | |
tree | 16168d7f2a96a91d666786af03d1355b3f90b412 /main.c | |
parent | e0c01956166c9fe14b734750e82f7c209ffcf499 (diff) |
Started function not_really_markdown().
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -153,6 +153,11 @@ int main(int argc, char *argv[]) printf("status: %d\n", status); + if (valid_status(status)) { + xs *j = xs_json_dumps_pp(data, 4); + printf("%s\n", j); + } + return 0; } |