feat(libc,kref): Optimize internal implementation.

This commit is contained in:
MacRsh
2025-04-01 23:15:18 +08:00
parent 6ec649a02b
commit e819d60745
26 changed files with 558 additions and 554 deletions

View File

@@ -126,6 +126,12 @@ menu "Libc options"
help
Use a custom string implementation for string operations.
endchoice
config MR_USE_STRING_SAFE
depends on MR_USE_STRING
bool "Use string safe"
default y
help
This option controls whether to use string safe(NULL check).
# TYPES
choice
prompt "Types"