annotate include/types.h @ 104:b1e5398a7f30

Initial HTML attributes support
author Adam Chlipala <adamc@hcoop.net>
date Thu, 10 Jul 2008 15:04:32 -0400
parents 5f04adf47f48
children 94856a3b4752
rev   line source
adamc@102 1 typedef int lw_Basis_int;
adamc@102 2 typedef float lw_Basis_float;
adamc@102 3 typedef char* lw_Basis_string;
adamc@102 4
adamc@102 5 struct __lws_0 {
adamc@102 6 };
adamc@102 7
adamc@102 8 typedef struct __lws_0 lw_unit;