This commit is contained in:
zhangsz
2025-03-03 11:01:26 +08:00
parent 5f1710dc22
commit dae6fc93f7
1057 changed files with 519829 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#ifndef _MGC_TEST_CASE_H
#define _MGC_TEST_CASE_H
void test_radius_init();
void test_radius();
#endif