fix: rename strshift to str_shift
This commit is contained in:
parent
a0c71b81ec
commit
801e5e32e5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user