summaryrefslogtreecommitdiff
path: root/libprint/print.hxx
blob: 63cb5411cf42020dae726e8309fb97bba7486352 (plain)
1
2
3
4
5
6
7
8
9
10
// file: libprint/print.hxx -*- C++ -*-

#pragma once

#include <string>

#include <libprint/export.hxx>

LIBPRINT_EXPORT void
print (const std::string& hello);