fix: rename strshift to str_shift

This commit is contained in:
starnakin 2023-06-29 23:04:34 +02:00
parent a0c71b81ec
commit 801e5e32e5

View File

@ -4,5 +4,5 @@
#include <stdlib.h>
char **split(const char *str, const char *delimiter);
void strshift(char *str, int shift);
void str_shift(char *str, int shift);
int str_contain_only(const char *str, const char *charset);