| 
The SEDRIS Data Representation Model
 APPENDIX D - Functions SE SetMinWidth  | 
|---|
| extern void | |||
| SE_SetMinWidth | |||
| ( | |||
| SE_Short_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: SE_SetFieldsToDefault.
Next: SE_SetOutFilePtr.
Up:Index.
  |