Searched refs:ll (Results 1 – 1 of 1) sorted by relevance
| /examples/utest/testcases/posix/stdlib_h/functions/ |
| A D | strtol_tc.c | 19 __attribute__((unused)) long long ll; in strtol_entry() local 73 …TEST(ll, strtoll(s = "9223372036854775808", &c, 0), 9223372036854775807LL, "uncaught overflow %lld… in strtol_entry() 75 …TEST(ll, strtoll(s = "-9223372036854775809", &c, 0), -9223372036854775807LL - 1, "uncaught overflo… in strtol_entry()
|
Completed in 3 milliseconds