Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a08095ab02d72949e975e7056b1567f95de21da0
/
.
/
Include
/
modsupport.h
blob: db63eb5dc61dc4ef345b49729bf1b0384e1544bb [
file
] [
log
] [
blame
]
/* Module support interface */
extern
object
*
initmodule PROTO
((
char
*,
struct
methodlist
*));