comparison include/types.h @ 102:5f04adf47f48

Writing HTML
author Adam Chlipala <adamc@hcoop.net>
date Thu, 10 Jul 2008 14:02:54 -0400
parents
children 94856a3b4752
comparison
equal deleted inserted replaced
101:717b6f8d8505 102:5f04adf47f48
1 typedef int lw_Basis_int;
2 typedef float lw_Basis_float;
3 typedef char* lw_Basis_string;
4
5 struct __lws_0 {
6 };
7
8 typedef struct __lws_0 lw_unit;