Function pkgcraft::pkg::ebuild::pkgcraft_pkg_ebuild_ebuild
source · #[no_mangle]
pub unsafe extern "C" fn pkgcraft_pkg_ebuild_ebuild(
p: *mut Pkg<'_>
) -> *mut c_charExpand description
Return a package’s ebuild file content.
Returns NULL on error.
Safety
The argument must be a non-null Pkg pointer.