Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
3f5da24ea304e674a9abbdcffc4d671e32aa70f1
/
.
/
Include
/
modsupport.h
blob: db63eb5dc61dc4ef345b49729bf1b0384e1544bb [
file
] [
log
] [
blame
]
/* Module support interface */
extern
object
*
initmodule PROTO
((
char
*,
struct
methodlist
*));