Function pkgcraft::parse::pkgcraft_parse_atom
source · [−]#[no_mangle]
pub unsafe extern "C" fn pkgcraft_parse_atom(
atom: *const c_char,
eapi: *const c_char
) -> *const c_charExpand description
Parse an atom string.
Returns NULL on error.
Safety
The atom argument should be a UTF-8 string while eapi can be a string or may be NULL to use the default EAPI.