feat: formatter and oslog()

This commit is contained in:
karina
2026-04-24 16:29:46 +04:00
parent 373ee00d04
commit 78dcfdd662
7 changed files with 231 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
#pragma once
#include <types.h>
enum {
kOSLogBufferSize = 1024,
};
void OSLog(const ASCII* format, ...);