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