acl/lib_acl_cpp/include/acl_cpp/acl_cpp_test.hpp
zsxxsz cc05b877a2 first commit acl to github
first commit acl to github
2013-08-18 17:42:25 +08:00

10 lines
139 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);
}