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