All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m11s
7 lines
88 B
C
7 lines
88 B
C
#ifndef _EDIT_H
|
|
#define _EDIT_H
|
|
|
|
void edit_start (const char* text);
|
|
|
|
#endif // _EDIT_H
|