mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Added msvcrt.
This commit is contained in:
parent
1301f2bc18
commit
9bdc436aaa
2 changed files with 12 additions and 0 deletions
|
@ -202,3 +202,9 @@ clmodule.c -- Interface to the SGI compression library.
|
|||
|
||||
svmodule.c -- Interface to the ``simple video'' board on SGI Indigo
|
||||
(obsolete hardware).
|
||||
|
||||
The following is Windows specific:
|
||||
|
||||
msvcrtmodule.c (in directory PC) -- define a number of Windows
|
||||
specific goodies like \code{khbit()}, \code{getch()} and
|
||||
\code{setmode()}. (Windows 95 and NT only.)
|
||||
|
|
|
@ -202,3 +202,9 @@ clmodule.c -- Interface to the SGI compression library.
|
|||
|
||||
svmodule.c -- Interface to the ``simple video'' board on SGI Indigo
|
||||
(obsolete hardware).
|
||||
|
||||
The following is Windows specific:
|
||||
|
||||
msvcrtmodule.c (in directory PC) -- define a number of Windows
|
||||
specific goodies like \code{khbit()}, \code{getch()} and
|
||||
\code{setmode()}. (Windows 95 and NT only.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue