1 2 3 4 5 6 7 8 9
#ifndef TCPMON_TEST_H #define TCPMON_TEST_H #include <CuTest.h> CuSuite *tcpmon_GetSuite( ); #endif /* TCPMON_TEST_H */