SRM Reference Manual
Functions SRM SetMinWidth |
---|
extern void | |||
SRM_SetMinWidth | |||
( | |||
SRM_Integer_Unsigned | 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: SRM_SetErrorFilePtr.
Next: SRM_SetOutFilePtr.
Up:Index.
|