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