execute.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2023 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8// psrchive/Util/genutil/evaluate.h
9
10#ifndef __UTILS_GENUTIL_EXECUTE_H
11#define __UTILS_GENUTIL_EXECUTE_H
12
13#include <string>
14
16std::string execute (const std::string& text, char cstart='`', char cend='`');
17
18#endif

Generated using doxygen 1.14.0