We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9fc39 commit 2aadd23Copy full SHA for 2aadd23
Doc/c-api/intro.rst
@@ -326,9 +326,10 @@ complete listing.
326
327
Compute the length of a statically allocated C array at compile time.
328
329
- The *array* argument must be a C array with a size known at compile time,
330
- not on the heap. Passing a heap-allocated array will result in a compilation
331
- error on some compilers, or otherwise produce incorrect results.
+ The *array* argument must be a C array with a size known at compile time.
+ Passing an array with an unknown size, such as a heap-allocated array,
+ will result in a compilation error on some compilers, or otherwise produce
332
+ incorrect results.
333
334
This is roughly equivalent to::
335
0 commit comments