mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 11:57:43 +08:00
9697f95b8f
This reverts commit 15d999759e
.
10 lines
148 B
C++
10 lines
148 B
C++
#pragma once
|
|
#include "acl_cpp_define.hpp"
|
|
|
|
namespace acl
|
|
{
|
|
ACL_CPP_API void test_logger(void);
|
|
ACL_CPP_API void test_snprintf(void);
|
|
}
|
|
|