NUMPY_API * * Included at the very first so not auto-grabbed and thus not labeled. */
| 3202 | * Included at the very first so not auto-grabbed and thus not labeled. |
| 3203 | */ |
| 3204 | NPY_NO_EXPORT unsigned int |
| 3205 | PyArray_GetNDArrayCVersion(void) |
| 3206 | { |
| 3207 | return (unsigned int)NPY_ABI_VERSION; |
| 3208 | } |
| 3209 | |
| 3210 | /*NUMPY_API |
| 3211 | * Returns the built-in (at compilation time) C API version |
no outgoing calls
no test coverage detected