Home | History | Annotate | Download | only in stdio

Lines Matching full:expstr

314 	int expsize;		/* character count for expstr */
317 wchar_t expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */
757 expsize = exponent(expstr, expt - 1, expchar);
1012 PRINT(expstr, expsize);