#ifndef TEST_H #define TEST_H extern THD_WORKING_AREA(waThread1, 128); THD_FUNCTION(Thread1, arg); #endif // TEST_H