From c8a692cf39979962c72e8d3ec9108b85105feeb0 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Fri, 23 Dec 2016 21:40:46 +0100 Subject: Some changes that were lying around --- fiforead.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 fiforead.cpp (limited to 'fiforead.cpp') diff --git a/fiforead.cpp b/fiforead.cpp new file mode 100644 index 0000000..6da0ae1 --- /dev/null +++ b/fiforead.cpp @@ -0,0 +1,16 @@ +#include +#include +#include + +using namespace std; + +int main(int argc,char **argv){ + if(argc!=2){ + cerr<<"Pass fifo name as argument."<