Cleanup: strecat has no uses anymore

This commit is contained in:
Rubidium
2023-06-04 18:02:46 +02:00
committed by rubidium42
parent 2c667b1773
commit 6a519f5d89
4 changed files with 2 additions and 30 deletions

View File

@@ -30,7 +30,6 @@
#include "core/span_type.hpp"
#include "string_type.h"
char *strecat(char *dst, const char *src, const char *last) NOACCESS(3);
char *strecpy(char *dst, const char *src, const char *last) NOACCESS(3);
char *stredup(const char *src, const char *last = nullptr) NOACCESS(2);