add end position to symbols
[smatch.git] / validation / escapes.c
blobcaf8a3a50d35e51710bf9841616bbefeaf7328c7
1 static int e[] = { '\'', '\"', '\?', '\\',
2 '\a', '\b', '\f', '\n', '\r', '\t', '\v', };
3 static char *s = "\'\"\?\\ \a\b\f\n\r\t\v";