aboutsummaryrefslogtreecommitdiff
path: root/include/template.h
blob: 36d3c2a068adba1a478f62f244da70a7b54cc757 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Created by jhunk on 12/17/23.
//

#ifndef OMC_TEMPLATE_H
#define OMC_TEMPLATE_H

#include "omc.h"

void tpl_register(char *key, char *ptr);
void tpl_free();
char *tpl_getval(char *key);
char *tpl_render(char *str);


#endif //OMC_TEMPLATE_H