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,4 +1,4 @@
#include "string/cstr.h"
#include "tlibc/string/cstr.h"
#include <stdarg.h>
char* _strcat_malloc(size_t n, cstr str0, ...){