Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Compliant Solution (sprintf_m())

Wiki MarkupThis compliant solution shows the redesigned API for {{sprintf()}} from the CERT managed string library \ [[Burch 2006|AA. Bibliography#Burch06]\].

Code Block
bgColor#ccccff
langc
errno_t sprintf_m(
  string_m buf, 
  const string_m fmt, 
  int *count, 
  ...
);

...

ISO/IEC TR 24731-1:2007

Bibliography

Wiki Markup\[[Burch 2006|AA. Bibliography#Burch06]\]

...

      12. Error Handling (ERR)