Rosetta
|
#include <config.hpp>
#include <options.hpp>
#include <util.hpp>
#include <llvm/Support/raw_ostream.h>
#include <sstream>
#include <fstream>
#include <stdexcept>
Namespaces | |
binder | |
Functions | |
std::pair< string, string > | binder::split_in_two (string const &s, string const &error_string) |
Split string in two by ether space or tab character. More... | |