Function pkgcraft::parse::pkgcraft_parse_dep
source · #[no_mangle]
pub unsafe extern "C" fn pkgcraft_parse_dep(
s: *const c_char,
eapi: *const Eapi
) -> *const c_charExpand description
Parse a package dependency.
Returns NULL on error.
Safety
The eapi argument may be NULL to use the default EAPI.