summaryrefslogtreecommitdiff
path: root/msg.cc
diff options
context:
space:
mode:
Diffstat (limited to 'msg.cc')
-rw-r--r--msg.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/msg.cc b/msg.cc
new file mode 100644
index 0000000..94ce824
--- /dev/null
+++ b/msg.cc
@@ -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) {
+ }
+}