EDCS Reference Manual
Functions EDCS SetMinWidth |
---|
extern void | |||
EDCS_SetMinWidth | |||
( | |||
EDCS_Count | min_width | 1 | |
); |
Sets the minimum width used when printing floating-point numbers.
1 minimum field width. If the converted argument is smaller than min_width, it will be padded on the left with spaces to make up the field width.
Prev: EDCS_SetErrorFilePtr.
Next: EDCS_SetOutFilePtr.
Up:Index.
|