LMMS
Loading...
Searching...
No Matches
strparse.cpp File Reference
#include <string>
#include <cstring>
#include <cctype>
#include "strparse.h"

Functions

void string_escape (std::string &result, const char *str, const char *quote)

Variables

static const char *const escape_chars [] = {"\\n", "\\t", "\\\\", "\\r", "\\\""}

Function Documentation

◆ string_escape()

void string_escape ( std::string & result,
const char * str,
const char * quote )

Variable Documentation

◆ escape_chars

const char* const escape_chars[] = {"\\n", "\\t", "\\\\", "\\r", "\\\""}
static