Skip to main content

apr_is_empty_array

Function apr_is_empty_array 

Source
pub unsafe extern "C" fn apr_is_empty_array(
    a: *const apr_array_header_t,
) -> c_int
Expand description

Determine if the array is empty (either NULL or having no elements). @param a The array to check @return True if empty, False otherwise