1
0
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:
dan
2000-09-17 21:52:24 +00:00
parent 3be86a5778
commit 85702115f3
2 changed files with 46 additions and 24 deletions

View File

@@ -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();