[][src]Function opensc_sys::list_empty

pub unsafe extern "C" fn list_empty(l: *const list_t) -> c_int

inspect whether the list is empty.

@param l list to operate @return 0 iff the list is not empty

@see list_size()