mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
stringop.c: rewrite strip_whitespace
This commit is contained in:
parent
3b4cf3718b
commit
967566e37f
5 changed files with 17 additions and 27 deletions
|
@ -3,10 +3,7 @@
|
|||
|
||||
#include "list.h"
|
||||
|
||||
// array of whitespace characters to use for delims
|
||||
extern const char whitespace[];
|
||||
|
||||
char *strip_whitespace(char *str);
|
||||
void strip_whitespace(char *str);
|
||||
char *strip_comments(char *str);
|
||||
void strip_quotes(char *str);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue