Searched refs:delim_buf (Results 1 – 1 of 1) sorted by relevance
/picolibc-3.5.0-3.4.0/test/libc-testsuite/ |
D | strtol.c | 135 char delim_buf[6] = "09af:"; in test_strtol() local 138 delim_buf[4] = j; in test_strtol() 152 TEST(l, strtol(s=delim_buf, &c, 16), 0x09af0 | k, "%ld != %ld"); in test_strtol() 155 TEST(l, strtol(s=delim_buf, &c, 16), 0x09af, "%ld != %ld"); in test_strtol()
|