Include <float.h> if STDC_HEADERS.
commit308bd8e79244e8c977913bda6b7ee278d7206915
authorPaul Eggert <eggert@twinsun.com>
Mon, 27 Jan 1997 20:12:52 +0000 (27 20:12 +0000)
committerPaul Eggert <eggert@twinsun.com>
Mon, 27 Jan 1997 20:12:52 +0000 (27 20:12 +0000)
tree5c5b77eb51da18aa291f1e22faa1e583ecef260d
parent7bd98986d8502a4004d7f3ea739bc9859501476f
Include <float.h> if STDC_HEADERS.
(DBL_MAX_10_EXP): Define if not defined; default is IEEE double.
(doprnt1): Allocate enough buffer space to handle very large floating
point numbers, or very large field widths or precisions.
Detect overflow in field widths or precisions.
src/doprnt.c