Home | History | Annotate | Download | only in stdio

Lines Matching full:expstr

307 	int expsize;		/* character count for expstr */
310 char expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */
795 expsize = exponent(expstr, expt - 1, expchar);
1051 PRINT(expstr, expsize);