merge + no c_extensions

This commit is contained in:
taiyu 2015-09-18 07:23:04 -07:00
commit 0d51f62224
8 changed files with 37 additions and 13 deletions

View file

@ -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);