Low-level interaction with the operating system

RecipeCratesCategories
Call libc, the C standard librarylibccat-os

Call libc, the C standard library

libc libc-crates.io libc-github libc-lib.rs cat-external-ffi-bindings cat-os cat-no-std

Bindings for directly calling libc functions.

fn main() {
    todo!();
}