File: strings.cfg

package info (click to toggle)
libconfig 1.7.3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,792 kB
  • sloc: sh: 12,424; ansic: 5,406; cpp: 870; yacc: 329; makefile: 201; lex: 179; ruby: 7
file content (10 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
escape_seqs:
{
  str = "abc";
  newline = "abc\ndef\n";
  cr = "abc\rdef\r";
  tab = "abc\tdef\t";
  feed = "abc\fdef\f";
  backslash = "abc\\def\\";
  dquote = "abc\"def\"";
};