EDCS Reference Manual
Functions
EDCS SetMinWidth
extern void
EDCS_SetMinWidth
(
EDCS_Count  min_width1
);

Definition

Sets the minimum width used when printing floating-point numbers.



Parameters Notes

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.