mirror of https://github.com/python/cpython
4 lines
76 B
C
4 lines
76 B
C
|
/* Built-in module interface */
|
||
|
|
||
|
extern object *getbuiltin PROTO((char *));
|