1#pragma once
2
3#include <IO/WriteHelpers.h>
4
5
6namespace DB
7{
8void writeParenthesisedString(const String & s, WriteBuffer & buf);
9
10
11}
12