[FEATURE] toclipboard & fromclipboard

This commit is contained in:
2021-12-13 20:02:17 +01:00
parent 1618665124
commit 3979588f85
3 changed files with 36 additions and 1 deletions

View File

@@ -180,3 +180,6 @@ void load(const char* str);
void fileout(const char* str, uint16_t addr, uint16_t size);
void filein(const char* str, uint16_t addr, uint16_t size);
void toclipboard(const char* str);
const char* fromclipboard();