mirror of
https://github.com/danbulant/markdown-wasm
synced 2026-06-14 20:21:31 +00:00
4 lines
110 B
C
4 lines
110 B
C
#pragma once
|
|
#include "wbuf.h"
|
|
|
|
int fmt_json(const char* input, u32 inputlen, WBuf* outbuf, u32 parserFlags);
|