From 4ea7a05ea9a7352602f1f48a860fd81c36e8bc04 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 20 Feb 2017 12:26:17 +0800 Subject: Rename mass_profile to src; Add install & uninstall to Makefile --- src/report_error.hpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/report_error.hpp (limited to 'src/report_error.hpp') diff --git a/src/report_error.hpp b/src/report_error.hpp new file mode 100644 index 0000000..30607e5 --- /dev/null +++ b/src/report_error.hpp @@ -0,0 +1,6 @@ +#ifndef REPORT_ERR +#define REPORT_ERR + +void report_error(const char* message); + +#endif -- cgit v1.2.2