mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
merge + no c_extensions
This commit is contained in:
commit
0d51f62224
8 changed files with 37 additions and 13 deletions
|
@ -2,8 +2,13 @@
|
|||
#define _SWAY_STRINGOP_H
|
||||
#include "list.h"
|
||||
|
||||
#if !HAVE_DECL_SETENV
|
||||
// Not sure why we need to provide this
|
||||
extern int setenv(const char *, const char *, int);
|
||||
#endif
|
||||
|
||||
// array of whitespace characters to use for delims
|
||||
extern const char *whitespace;
|
||||
extern const char whitespace[];
|
||||
|
||||
char *strip_whitespace(char *str);
|
||||
char *strip_comments(char *str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue