Home
last modified time | relevance | path

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

/petsc/src/sys/yaml/src/
H A Dyaml_private.h204 #define IS_DIGIT_AT(string,offset) \ macro
208 #define IS_DIGIT(string) IS_DIGIT_AT((string),0)