Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/infra/
A Dinfra_string.c82 #define LITE_isdigit(c) (((c) <= '9' && (c) >= '0') ? (1) : (0)) macro
86 if (LITE_isdigit(hex)) { in _hexval_of_char()

Completed in 3 milliseconds