DEBSOURCES
Skip Quicknav
sources / sqlcipher / 3.2.0-2%2Bdeb9u1 / tool / tostr.awk
12345678
#!/usr/bin/awk # # Convert input text into a C string # { gsub(/\"/,"\\\""); print "\"" $0 "\\n\""; }