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