Files
mop3/ce/edit.h
kamkow1 25b289ccfb
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m11s
CE edit command
2026-03-05 16:29:59 +01:00

7 lines
88 B
C

#ifndef _EDIT_H
#define _EDIT_H
void edit_start (const char* text);
#endif // _EDIT_H