1 2 3 4 5 6 7
#pragma once #include <stdbool.h> #include "editor.h" bool input_handle_event(struct ed_buf *eb);