Peta::FFI::Libc#
📦 std
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.