mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
fixes
This commit is contained in:
parent
6460a15d94
commit
f5d346d304
7 changed files with 16 additions and 21 deletions
|
|
@ -21,9 +21,8 @@ int strcmp_ptr(const void *a, const void *b);
|
|||
// strcmp that also handles null pointers.
|
||||
int lenient_strcmp(char *a, char *b);
|
||||
|
||||
// Simply split a string with delims, free with `free_flat_list`
|
||||
// Simply split a string with delims, free with `list_free_withp(..., free)`
|
||||
list_t *split_string(const char *str, const char *delims);
|
||||
void free_flat_list(list_t *list);
|
||||
|
||||
// Splits an argument string, keeping quotes intact
|
||||
char **split_args(const char *str, int *argc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue