blob: 083f478a0801b4faff7bee44f8c7d3076d4f97d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
typedef int lw_Basis_int;
typedef float lw_Basis_float;
typedef char* lw_Basis_string;
struct __lws_0 {
};
typedef struct __lws_0 lw_unit;
typedef lw_unit lw_Basis_unit;
typedef struct lw_context *lw_context;
typedef lw_Basis_string lw_Basis_xhtml;
|