escape.h
1//-*-C++-*-
2
3/***************************************************************************
4 *
5 * Copyright (C) 2008 by Willem van Straten
6 * Licensed under the Academic Free License version 2.1
7 *
8 ***************************************************************************/
9
10// psrchive/Util/units/escape.h
11
12#ifndef __UTILS_UNITS_ESCAPE_H
13#define __UTILS_UNITS_ESCAPE_H
14
15#include <string>
16
18std::string escape (std::string);
19
20#endif
21

Generated using doxygen 1.14.0