summaryrefslogtreecommitdiff
path: root/libformat/libformat/format.hxx
blob: 9c813acaa13d8cbea1c8167f6e124708ba77fdaa (plain)
1
2
3
4
5
6
7
8
9
10
// file: libformat/format.hxx -*- C++ -*-

#pragma once

#include <string>

#include <libformat/export.hxx>

LIBFORMAT_EXPORT std::string
format (const std::string& greeting, const std::string& name);