From 263190b15ebcb1188df6fbc2bc90dca6e4ea5d8d Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 20 Apr 2026 15:53:37 +0200 Subject: style(header): add typdown_ prefix --- include/typdown.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/typdown.h b/include/typdown.h index 4b08aaa..51821a0 100644 --- a/include/typdown.h +++ b/include/typdown.h @@ -1,5 +1,5 @@ #pragma once #include -char * getErrorString(uint8_t); -char * parse(char *, uint8_t *); +char * typdown_getErrorString(uint8_t); +char * typdown_parse(char *, uint8_t *); -- cgit v1.2.3