dntk 2.1.1

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