mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Added external interface to readline, for raw_input().
This commit is contained in:
parent
26203aa422
commit
0bd2441e00
2 changed files with 72 additions and 34 deletions
|
|
@ -31,3 +31,4 @@ extern typeobject Filetype;
|
|||
extern object *newfileobject PROTO((char *, char *));
|
||||
extern object *newopenfileobject PROTO((FILE *, char *, char *));
|
||||
extern FILE *getfilefile PROTO((object *));
|
||||
extern object *filegetline PROTO((object *, int));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue