1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-22 03:04:09 -04:00
PySolFC/kcardgame/kcardgame.hpp
2020-11-12 11:38:49 +02:00

10 lines
391 B
C++

/* Header to test of C modules for arrays for Python: C_test.c */
/* ==== Prototypes =================================== */
// .... Python callable Vector functions ..................
static PyObject *np_kcardgame(PyObject *self, PyObject *args);
/* .... C vector utility functions ..................*/
PyArrayObject *pyvector(PyObject *objin);
int not_doublevector(PyArrayObject *vec);