moved headers to include/tlibc
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user