0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Include/modsupport.h

4 lines
96 B
C
Raw Normal View History

1990-10-14 13:07:46 +01:00
/* Module support interface */
extern object *initmodule PROTO((char *, struct methodlist *));