Home
last modified time | relevance | path

Searched refs:def_ispunct (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libm/test/
Dtest_is.c1943 static int def_ispunct (int i) { return ispunct(i); } in def_ispunct() function
2020 test_is_set(def_ispunct, "ispunct define", &mypunct); in test_is()