#pragma once namespace DB { class WriteBuffer; /** Print string in double quotes and with control characters in "" form - for output diagnostic info to user. */ void verbosePrintString(const char * begin, const char * end, WriteBuffer & out); }