From 823f53f89963bde6e6d57e58348f8242fda2cdd9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 29 Apr 2017 16:18:46 +0300 Subject: Add hxx extension for headers and lib prefix for library dirs --- libformat/format.cxx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libformat/format.cxx (limited to 'libformat/format.cxx') diff --git a/libformat/format.cxx b/libformat/format.cxx new file mode 100644 index 0000000..421f50d --- /dev/null +++ b/libformat/format.cxx @@ -0,0 +1,11 @@ +// file: libformat/format.cxx -*- C++ -*- + +#include + +using namespace std; + +string +format (const string& g, const string& n) +{ + return g + ", " + n + '!'; +} -- cgit v1.1