annotate 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
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;