Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/test/
Dtest_is.c1942 static int def_isgraph (int i) { return isgraph(i); } in def_isgraph() function
2017 test_is_set(def_isgraph, "isgraph define", &mygraph); in test_is()