blob: 4f9f52dda1afb60d4a1a5ccd8e67cb8e8381f92b [file] [log] [blame]
namespace __gnu_cxx {
void llabs(long long x);
}
namespace std {
using __gnu_cxx::llabs;
using __gnu_cxx::llabs;
}