You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code often stores file input and tty input in a char or array of chars, and converts each char to an int by ANDing with 0xFF. It would be more correct to store the raw input in unsigned chars.