diff options
Diffstat (limited to 'msg.cc')
-rw-r--r-- | msg.cc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +# 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) { + } +} |