#ifndef _FILE_H_ #define _FILE_H_ void editorOpen(char *filename); void editorSave(); #endif