-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibex_html_generator.h
More file actions
executable file
·23 lines (17 loc) · 954 Bytes
/
Copy pathlibex_html_generator.h
File metadata and controls
executable file
·23 lines (17 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* -------------------------------------------------------------------------- */
/* (c) ali@balarabe.com [libex_html_generator.h] */
/* -------------------------------------------------------------------------- */
#if !defined INCLUDED_LIBEX_HTML_GENERATOR_H
#define INCLUDED_LIBEX_HTML_GENERATOR_H
#include "libex.h"
#if defined _MSC_VER
#pragma once
#endif
/* -------------------------------------------------------------------------- */
LX_NAMESPACE(lx_c)
LX_PUBLIC lx_new_chars_t lx_html_generate( /*F*/
lx_chars_t xml_layout_, /*-*/
lx_chars_t xml_settings_, /*-*/
lx_chars_t csv_data_ ); /*-*/
LX_END_NAMESPACE /*lx_c*/
#endif /*eof*/