Logo

Programming-Idioms

History of Idiom 214 > diff from v9 to v10

Edit summary for version 10 by programming-idioms.org:
[Fortran] Added colon to make it compile

Version 9

2019-11-11, 17:25:56

Version 10

2020-04-15, 21:30:37

Idiom #214 Pad string on the right

Append extra character c at the end of string s to make sure its length is at least m.
The length is the number of characters, not the number of bytes.

Idiom #214 Pad string on the right

Append extra character c at the end of string s to make sure its length is at least m.
The length is the number of characters, not the number of bytes.