From 425bb7f90ffc8a6f8a1590ed76f305f3029a0beb Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 10 Jul 2008 14:02:54 -0400 Subject: Writing HTML --- include/types.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/types.h (limited to 'include/types.h') diff --git a/include/types.h b/include/types.h new file mode 100644 index 00000000..28a8ea80 --- /dev/null +++ b/include/types.h @@ -0,0 +1,8 @@ +typedef int lw_Basis_int; +typedef float lw_Basis_float; +typedef char* lw_Basis_string; + +struct __lws_0 { +}; + +typedef struct __lws_0 lw_unit; -- cgit v1.2.3