link post
- Check the gcc release note for each versions
link: https://gcc.gnu.org/releases.html
- And also gcc online document for each versions
link: https://gcc.gnu.org/onlinedocs/
link: https://gcc.gnu.org/releases.html
link: https://gcc.gnu.org/onlinedocs/
The format attribute specifies that a function takes printf, scanf, strftime or strfmon style arguments which should be type-checked against a format string. Continue reading