pkgcraft_eapi_has

Function pkgcraft_eapi_has 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pkgcraft_eapi_has( eapi: *const Eapi, s: *const c_char, ) -> bool
Expand description

Check if an EAPI has a feature.

ยงSafety

The arguments must be a non-null Eapi pointer and non-null string.