1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-28 02:45:47 +01:00

added string utils

This commit is contained in:
kojima
2000-07-15 22:08:25 +00:00
parent dcd44b17b1
commit 9a89e6cc18
11 changed files with 279 additions and 16 deletions

View File

@@ -265,6 +265,20 @@ 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();
char *wdefaultspathfordomain(char *domain);