remove strcmp and fix hidden bugs

This commit is contained in:
2025-06-02 23:50:20 +02:00
parent e25b8236e4
commit db208bd912
3 changed files with 5 additions and 8 deletions

View File

@ -12,7 +12,7 @@
typedef unsigned long long ull_t;
typedef unsigned char bool_t;
char* strops_lenght(const char* string);
ull_t strops_length(const char* string);
char* strops_copy(const char* string);
char* strops_copy_amount(const char* string, ull_t amount);