aboutsummaryrefslogtreecommitdiff
path: root/include/typdown.h
blob: 8de37d88cfd99439f39ef98a10ce2edb909b350c (plain)
1
2
3
4
5
6
7
8
#pragma once
#include <stdint.h>

char * typdown_getErrorString(uint8_t);

void * typdown_parse(char *, uint8_t *);
void typdown_free(void *);
char * typdown_renderHTML(void *, uint8_t *);