mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
enhanced whitespace remover
This commit is contained in:
parent
e9c3a9016f
commit
abd0afb03a
4 changed files with 32 additions and 33 deletions
|
@ -2,8 +2,8 @@
|
|||
#define _SWAY_STRINGOP_H
|
||||
#include "list.h"
|
||||
|
||||
char *strip_whitespace(char *str, int *trimmed_start);
|
||||
char *strip_comments(char *str);
|
||||
void strip_whitespace(char *str);
|
||||
void 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