mirror of
https://github.com/python/cpython.git
synced 2026-03-16 09:50:56 +00:00
3 lines
76 B
C
3 lines
76 B
C
/* Built-in module interface */
|
|
|
|
extern object *getbuiltin PROTO((char *));
|