File Manager

Path: /opt/alt/python27/lib64/python2.7/site-packages/numpy/core/include/numpy/

Viewing File: arrayobject.h

#ifndef Py_ARRAYOBJECT_H
#define Py_ARRAYOBJECT_H

#include "ndarrayobject.h"
#include "npy_interrupt.h"

#ifdef NPY_NO_PREFIX
#include "noprefix.h"
#endif

#endif