add: strshift

This commit is contained in:
starnakin 2023-06-29 17:54:15 +02:00
parent 1fb424e7ad
commit a0c71b81ec

View File

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