pkgcraft_eapi_parse

Function pkgcraft_eapi_parse 

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

Determine if a string is a valid EAPI.

Returns NULL on error.

ยงSafety

The argument should point to a UTF-8 string.