8 lines
111 B
C
8 lines
111 B
C
#ifndef _MGC_TEST_CASE_H
|
|
#define _MGC_TEST_CASE_H
|
|
|
|
void test_radius_init();
|
|
void test_radius();
|
|
|
|
#endif
|