feat: restructure

This commit is contained in:
2025-08-23 14:30:53 +02:00
parent d03f50dfb4
commit 3e6d4f00eb
5 changed files with 3 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#include "include/library.h" #include "tstd/library.h"
#include <stdio.h> #include <stdio.h>

View File

@@ -1,7 +1,4 @@
#include "include/string.h" #include "tstd/string.h"
#include <stdlib.h>
#include <string.h>
size_t str_count_occurrences(const char* str, const char c) { size_t str_count_occurrences(const char* str, const char c) {
size_t i = 0; size_t i = 0;

View File

@@ -2,7 +2,7 @@
// Created by tilok on 23.08.2025. // Created by tilok on 23.08.2025.
// //
#include "string.h" #include "tstd/string.h"
#include <assert.h> #include <assert.h>
#include <stdio.h> #include <stdio.h>