summaryrefslogtreecommitdiff
path: root/libprint/libprint/print.hxx
blob: bbe2558a2848d75e8565310046ea14135304dd1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <iosfwd>
#include <string>

#include <libprint/export.hxx>

namespace print
{
  LIBPRINT_SYMEXPORT void
  print_hello (std::ostream&, const std::string& hello);
}