mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-27 10:25:49 +01:00
added wtokennext()
This commit is contained in:
@@ -242,6 +242,8 @@ char *wstrappend(char *dst, char *src);
|
||||
|
||||
void wtokensplit(char *command, char ***argv, int *argc);
|
||||
|
||||
char *wtokennext(char *word, char **next);
|
||||
|
||||
char *wtokenjoin(char **list, int count);
|
||||
|
||||
void wtokenfree(char **tokens, int count);
|
||||
|
||||
Reference in New Issue
Block a user