1 2 3 4 5 6 7 8
#ifndef USR_TEST_H #define USR_TEST_H void delaytest(void); void gptest(void); void test_super(void); #endif