| 42 | | |
| 43 | | /* |
| 44 | | * Including this file is the only way I know how to declare functions |
| 45 | | * static in each file, and store the pointers from functions in both |
| 46 | | * arrayobject.c and multiarraymodule.c for the C-API |
| 47 | | * |
| 48 | | * Declarying an external pointer-containing variable in arrayobject.c |
| 49 | | * and trying to copy it to PyArray_API, did not work. |
| 50 | | * |
| 51 | | * Think about two modules with a common api that import each other... |
| 52 | | * |
| 53 | | * This file would just be the module calls. |
| 54 | | */ |
| 55 | | |
| 56 | | //#include "arrayobject.c" |