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