Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Go to the documentation of this file. 23 for (
int ch=0x00; ch<0x20; ++ch) {
25 snprintf(tmpbuf,
sizeof(tmpbuf),
"\\u%04x", ch);
26 escapes[ch] = std::string(tmpbuf);
36 escapes[(int)
'\x7f'] =
"\\u007f";
43 printf(
"// Automatically generated file. Do not modify.\n" 44 "#ifndef BITCOIN_UNIVALUE_UNIVALUE_ESCAPES_H\n" 45 "#define BITCOIN_UNIVALUE_UNIVALUE_ESCAPES_H\n" 46 "static const char *escapes[256] = {\n");
48 for (
unsigned int i = 0; i < 256; i++) {
55 for (si = 0; si <
escapes[i].size(); si++) {
75 "#endif // BITCOIN_UNIVALUE_UNIVALUE_ESCAPES_H\n");
78 int main (
int argc,
char *argv[])
int main(int argc, char *argv[])
static std::string escapes[256]
static void outputEscape()
const impl< T, B, MP > empty
static void initJsonEscape()