7 lines
106 B
C
7 lines
106 B
C
#ifndef _EDIT_H
|
|
#define _EDIT_H
|
|
|
|
void edit_start (const char* path, const char* text);
|
|
|
|
#endif // _EDIT_H
|