1 2 3 4 5 6
#pragma once #include "editor.h" void editor_open(struct editor_state* editor, char* filename); void editor_save(struct editor_state* editor);