diff options
Diffstat (limited to 'msg.cc')
-rw-r--r-- | msg.cc | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1,7 +0,0 @@ -# include <fcntl.h> -# include <luma/main.hh> -# include <unistd.h> -void luma::msg(int pipe,char const * msg) { - if(::write(pipe,msg,luma::strlen(msg)) > 0x0) { - } -} |