This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from builtin.io import _dup | |
from memory import UnsafePointer, memcpy | |
from sys import os_is_windows, external_call | |
@value | |
struct stdin: | |
"""A read only file handle to the stdin stream.""" | |
alias file_descriptor = 0 |