經安全檢測,此網站為安全網站,請放心前往原始網址!

linux - Ascii value of Enter Key in C - Unix - Stack Overflow

The enter key itself doesn't have an ASCII character, it has a scan code. '\n' is the ASCII line-ending for UNIX, "\r\n" on Windows, and '\r' on Mac. The scan code is a hardware-specific number which gets translated by the application into

stackoverflow.com

網址安全性掃描由 google 提供