fuNote/file.h

9 lines
96 B
C

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