开发者

EOF representation in Windows

开发者 https://www.devze.com 2023-02-28 17:09 出处:网络
Would it be correct to represent EOF as CTRL-C on Windows? If not, what is a proper representation? I am asking because it seems, that OS is interpreting it as an interrupt before program has a chanc

Would it be correct to represent EOF as CTRL-C on Windows? If not, what is a proper representation?

I am asking because it seems, that OS is interpreting it as an interrupt before program has a chance 开发者_如何学运维to interpret it.


I believe it's ctrl+z on Windows.

0

精彩评论

暂无评论...
验证码 换一张
取 消