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