summaryrefslogtreecommitdiff
path: root/src/float/DECIMAL_DIG.h
blob: 6003cb499ea7d38736ecbb283879fae674e6dee5 (plain)
1
2
3
4
5
6
7
8
9
10
#include <float.h>

#define DECIMAL_DIG                                                         (10)

/* MIN: 10 */

/*
STDC(199901)
LINK(m)
*/