Exemplo n.º 1
0
_LIBCPP_VISIBLE
const __libcpp_db*
__get_const_db()
{
    return __get_db();
}
Exemplo n.º 2
0
_LIBCPP_FUNC_VIS
const __libcpp_db*
__get_const_db()
{
    return __get_db();
}