/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk
1
2
3
4
5
#ifndef __H_TEST_MAIN_LOOP__
#define __H_TEST_MAIN_LOOP__
#include "test_macros.h"
int test_main_loop (void);
#endif