#[no_mangle]
pub unsafe extern "C" fn pkgcraft_atom_cpv(
    atom: *mut Atom
) -> *mut c_char
Expand description

Return an atom’s CPV, e.g. the atom “=cat/pkg-1-r2” has a CPV of “cat/pkg-1-r2”.

Safety

The argument must be a non-null Atom pointer.