Mercurial > urweb
view include/types.h @ 122:f7c6ceb87bbd
Three-argument web function test
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 13 Jul 2008 20:25:25 -0400 |
parents | 7fdc146b2bc2 |
children | adfa2c7a75da |
line wrap: on
line source
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;