summaryrefslogtreecommitdiff
path: root/src/constant.h
blob: c429f712f3f2860cce2df76eb859edc2bc2974b4 (plain)
1
2
3
4
5
6
#ifndef XPYB_CONSTANT_H
#define XPYB_CONSTANT_H

int xpybConstant_modinit(PyObject *m);

#endif