13 lines
174 B
C
Raw Normal View History

2023-10-12 17:14:36 +03:00
#ifndef Py_GENOBJECT_H
#define Py_GENOBJECT_H
#ifdef __cplusplus
extern "C" {
#endif
#include "cpyext_genobject.h"
#ifdef __cplusplus
}
#endif
#endif /* !Py_GENOBJECT_H */