Searched refs:etDECIMAL (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | printf.c | 36 #define etDECIMAL 16 /* %d or %u, but not %x, %o */ macro 73 { 'd', 10, 1, etDECIMAL, 0, 0 }, 82 { 'u', 10, 0, etDECIMAL, 0, 0 }, 91 { 'i', 10, 1, etDECIMAL, 0, 0 }, 421 case etDECIMAL: in sqlite3_str_vappendf()
|