tfc 0.7.0

The Fat Controller. A library for simulating mouse and keyboard events.
Documentation
1
2
3
4
5
6
7
8
// errno.h

use std::ffi::c_int;

extern {
    // https://man7.org/linux/man-pages/man3/errno.3.html
    pub fn __errno_location() -> *mut c_int;
}