8 /* Let "Foo" objects be converted back and forth from TinyCLOS into
9 low-level CHICKEN SWIG procedures */
11 %typemap(clos_in) Foo * = SIMPLE_CLOS_OBJECT *;
12 %typemap(clos_out) Foo * = SIMPLE_CLOS_OBJECT *;
14 /* Let's just grab the original header file here */