This commit is contained in:
2025-08-23 14:23:05 +02:00
parent 898f05c3bf
commit d03f50dfb4
6 changed files with 12 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
#include "string.h"
#include "include/string.h"
#include <stdlib.h>
#include <string.h>
size_t str_count_occurrences(const char* str, const char c) {