c - "% - * in printf format string. *What does "s" mean
#define FMT "%-*.*s e = %6ld, chars = %7ld, stat = %3u: %c %c %c %c\n"
This macro is passed into the printf
function. What does %-*.*s
mean?
This question and all comments follow the
"Attribution Required."
Similar questions
- php - Is there a way to identify isolated classes in web applications built with HTML, JavaScript, and CSS?
- forms - ruby on rails link_ The to delete method does not work
- wpf - Function call in XAML code?
- JavaScript - click Show / hide image
- JavaScript - hover to change stars
- More similar questions >>
All Answers
Leave a Reply