Function read_key

Source
pub fn read_key(fd: i32) -> u8
Expand description

Reads a key from the specified FD and returns it.

ยงSafety

This uses the function read from C.