Mercurial > urweb
view tests/test.h @ 769:efceae06df17
allow/deny working in Mono_opt
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 02 May 2009 13:37:52 -0400 |
parents | df09c95085f8 |
children | eac1974924bb |
line wrap: on
line source
#include "../include/urweb.h" typedef uw_Basis_string uw_Test_t; uw_Test_t uw_Test_create(uw_context, uw_Basis_string); uw_Basis_string uw_Test_out(uw_context, uw_Test_t); uw_Test_t uw_Test_frob(uw_context, uw_Test_t, uw_Basis_string); uw_Basis_unit uw_Test_print(uw_context); uw_Basis_unit uw_Test_foo(uw_context);