xed-sys 0.6.0+xed-2024.05.20

Rust FFI bindings for Intel XED.
Documentation
1
2
3
4
5
6
// getpid() is implicitly defined. gcc returns unicode quotes around the fn
// name in the error message if LANG is en_US.UTF-8, but ASCII if LANG is
// C.
int foo() {
    return getpid();
}