예제 #1
0
파일: debug.cpp 프로젝트: Bigcheese/libcxx
_LIBCPP_VISIBLE
const __libcpp_db*
__get_const_db()
{
    return __get_db();
}
예제 #2
0
_LIBCPP_FUNC_VIS
const __libcpp_db*
__get_const_db()
{
    return __get_db();
}