Posts by isrnick • 113 points
3 posts
-
1
votes2
answers359
views -
0
votes5
answers5371
viewsA: Split a string with empty spaces
Knowing which fields may not receive values between commas could make a specific reading for this field, see an example using sscanf to read data from a string containing the input you provided:…
-
0
votes3
answers5096
viewsA: Centralize printf
It would be necessary to make a function to generate the centralized string. I did this job centerAlignText using the function sprintf to mount the string (you have some examples of how to use the…