mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
parent
a64b10df83
commit
85a573dab7
4 changed files with 33 additions and 32 deletions
|
@ -2,8 +2,8 @@
|
|||
#define _SWAY_STRINGOP_H
|
||||
#include "list.h"
|
||||
|
||||
void strip_whitespace(char *str);
|
||||
void strip_comments(char *str);
|
||||
char *strip_whitespace(char *str, int *trimmed_start);
|
||||
char *strip_comments(char *str);
|
||||
list_t *split_string(const char *str, const char *delims);
|
||||
void free_flat_list(list_t *list);
|
||||
char *code_strchr(const char *string, char delimiter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue