Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c49 #define IsDigit(c) ((c) >= '0' && (c) <= '9') macro
3131 if (IsDigit(*tp) && tp + 2 == tt) { /* Is there a numeric volume ID + colon? */
6465 while (IsDigit(c)) { /* Minimum width */