diff options
Diffstat (limited to 'msgout.cc')
-rw-r--r-- | msgout.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/msgout.cc b/msgout.cc deleted file mode 100644 index e26dcdd..0000000 --- a/msgout.cc +++ /dev/null @@ -1,7 +0,0 @@ -# include <fcntl.h> -# include <luma/main.hh> -# include <unistd.h> -void luma::msgout(char const * msg) { - int pipe = ::open("/dev/stdout",O_WRONLY); - return luma::msg(pipe,msg); -} |