Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c50 #define IsDigit(c) ((c) >= '0' && (c) <= '9') macro
3181 if (IsDigit(*tp) && tp + 2 == tt) { /* Is it a numeric volume ID + colon? */
6957 while (IsDigit(chr)) { /* Minimum width */
6969 while (IsDigit(chr)) { /* Precision */