Added static lib

This commit is contained in:
xavi 2024-08-01 19:44:26 -07:00
parent 82fd8556ab
commit bda49793fa
5 changed files with 0 additions and 17 deletions

BIN
x_string/obj/x_string.h.gch Normal file

Binary file not shown.

BIN
x_string/obj/x_string.o Normal file

Binary file not shown.

View File

@ -41,20 +41,3 @@ char* x_strconcat(char* str1, char* str2){
return new_string;
}
int main(){
char x[] = "hlo";
char y[] = "world";
//printf("%d\n", x_strlen(x));
//printf("%d\n", x_strlen(x));
char* z = x_strconcat(x,y);
puts(z);
//free(z);
return 0;
}

Binary file not shown.