//! A stub for Ctrl + C handling.
pub fn interrupted() -> bool {
true
}
pub fn unset_interrupted() {}
pub fn set_handler() {}