Merge branch 'main' into fix/91-header-cleanup

This commit is contained in:
2026-01-13 07:39:46 -08:00
committed by GitHub
4 changed files with 33 additions and 57 deletions

View File

@@ -9,6 +9,4 @@ char* itoa(int value, char* str, int base);
// Convert unsigned integer to string (base is typically 10, 16, etc.)
char* utoa(unsigned int value, char* str, int base);
void *memset(void *dest, int value, size_t len);
#endif // UTILS_H