#include <string>
Include dependency graph for bareword.hh:
Go to the source code of this file.
Namespaces | |
namespace | spot |
Functions | |
bool | is_bare_word (const char *str) |
std::string | quote_unless_bare_word (const std::string &str) |
Double-quote words that are not bare. |