mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 05:25:53 +01:00
Some more functions for the array class
This commit is contained in:
@@ -243,18 +243,16 @@ char *wstrdup(char *str);
|
||||
|
||||
char *wstrappend(char *dst, char *src);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void wtokensplit(char *command, char ***argv, int *argc);
|
||||
|
||||
char *wtokenjoin(char **list, int count);
|
||||
|
||||
|
||||
void wtokenfree(char **tokens, int count);
|
||||
|
||||
|
||||
char *wtrimspace(char *s);
|
||||
|
||||
|
||||
|
||||
|
||||
char *wusergnusteppath();
|
||||
|
||||
Reference in New Issue
Block a user