//// See copyright.h for copyright notice and limitation of liability
// and disclaimer of warranty provisions.
//#include"copyright.h"#ifndef _UTILS_H_
#define_UTILS_H_#include"stringtab.h"#include<ostream>
std::string pad(int n);voidprint_escaped_string(std::ostream &str,const std::string &s);voiddump_Boolean(std::ostream &stream,intpadding,boolb);voiddump_Symbol(std::ostream &s,intn, Symbol sym);#endif