blob: 4cd257f876ce91f2f442cc2f65767fa2bb3cc38f (
plain)
1
2
3
4
5
6
7
|
#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);
|