Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

API05-C-EX0: The extended array syntax is not supported by C++, or platforms that do not support C99, such as MSVC. Consequently, C programs that must support such platforms, including Windows, need not use conformant array parameters. One option for portable code that must support MSVC is to use macros:

...