From 4134b154839c91f44bb39547af9297f4b6a353d3 Mon Sep 17 00:00:00 2001 From: John Denker Date: Fri, 23 Nov 2012 11:51:38 -0800 Subject: pipette ... for playing around with pipes and other i/o stuff --- tools/utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/utils.h') diff --git a/tools/utils.h b/tools/utils.h index 0ef0fca..ea6d9ba 100644 --- a/tools/utils.h +++ b/tools/utils.h @@ -88,3 +88,6 @@ public: return current_arg == longer.substr(0, current_arg.length()); } }; + +std::string strError(const int); +std::string strError(); -- cgit v1.2.3