#ifndef _EDGUI_H_
#define _EDGUI_H_

int create_ed(void);
void quit(void);
void show_freeram(void);

#endif
