fuNote/file.h

9 lines
96 B
C
Raw Normal View History

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