moved headers to include/tlibc

This commit is contained in:
2025-07-21 16:10:01 +03:00
parent e16a0035a4
commit 7e5b1ea9bb
13 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#include "string/str.h"
#include "string/StringBuilder.h"
#include "tlibc/string/str.h"
#include "tlibc/string/StringBuilder.h"
str str_copy(str src){
if(src.data == NULL || src.size == 0)