mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-14 17:00:52 +08:00
9 lines
130 B
C++
9 lines
130 B
C++
#include "stdafx.h"
|
|
#include "test_tbox.h"
|
|
#include "test_tbox_tab.h"
|
|
|
|
void tbox_register(void)
|
|
{
|
|
aut_register(__test_fn_tab);
|
|
}
|