10 lines
153 B
C
10 lines
153 B
C
|
#ifndef __TEST_H_
|
||
|
#define __TEST_H_
|
||
|
|
||
|
void runTest();
|
||
|
void testCreatThreadTask();
|
||
|
void *testLoggerThread(void *arg);
|
||
|
void testDI();
|
||
|
void testDO();
|
||
|
|
||
|
#endif
|