```{index} single: Peta::FFI::Libc; Perl module ``` # Peta::FFI::Libc ```{pperl-module-badges} Peta::FFI::Libc ``` Call common libc functions from Perl without writing a single line of FFI glue. Mirrors `pp.rs`: pre-baked libc bindings (Layer 1). Each function is an `unsafe extern "C" fn(*mut CV)` XS wrapper that calls libc directly via the `libc` crate.