dntk 2.0.6

Command line's Interactive calculator, GNU bc wrapper.
1
2
3
4
5
6
7
8
9
10
11
fn get_termattr() -> libc::termios {
    libc::termios {
        c_iflag: 0,
        c_oflag: 0,
        c_cflag: 0,
        c_lflag: 0,
        c_cc: [0u8; 20],
        c_ispeed: 0,
        c_ospeed: 0,
    }
}