mirror of
https://github.com/python/cpython.git
synced 2026-05-25 20:02:08 +00:00
3 lines
96 B
C
3 lines
96 B
C
/* Module support interface */
|
|
|
|
extern object *initmodule PROTO((char *, struct methodlist *));
|