pub unsafe extern "C" fn clingo_control_get_enable_cleanup(
    control: *mut clingo_control_t
) -> bool
Expand description

! Check whether automatic cleanup is enabled. ! ! See ::clingo_control_set_enable_cleanup(). ! ! @param[in] control the target ! ! @see clingo_control_cleanup() ! @see clingo_control_set_enable_cleanup()