[FEAT] cnt() i rst()

This commit is contained in:
2021-12-20 18:15:39 +01:00
parent 82bebe3eeb
commit 841f4f66f3
3 changed files with 28 additions and 2 deletions

View File

@@ -204,4 +204,7 @@ 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();
const char* fromclipboard();
uint32_t cnt();
void rst();