summaryrefslogtreecommitdiff
path: root/xmake/templates/c/tbox.static/project/src/_library/interface.h
blob: caddb83948f9c5ea2609f908e6a35c532b91aef2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef INTERFACE_H
#define INTERFACE_H

/* //////////////////////////////////////////////////////////////////////////////////////
 * includes
 */
#include "tbox/tbox.h"

/* //////////////////////////////////////////////////////////////////////////////////////
 * extern
 */
__tb_extern_c_enter__

    tb_int_t
    add(tb_int_t a, tb_int_t b);

/* //////////////////////////////////////////////////////////////////////////////////////
 * extern
 */
__tb_extern_c_leave__

#endif