2 flower-test.hh -- declare
4 source file of the Flower Library
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
10 #ifndef FLOWER_TEST_HH
11 #define FLOWER_TEST_HH
16 f ## Init () { reg_test(f); }\
19 typedef void (*fptr)(void);
21 void reg_test (fptr f
);
23 #endif // FLOWER_TEST_HH