mirror of
https://github.com/python/cpython.git
synced 2025-11-17 01:25:57 +00:00
3 lines
76 B
C
3 lines
76 B
C
/* Built-in module interface */
|
|
|
|
extern object *getbuiltin PROTO((char *));
|