summaryrefslogblamecommitdiff
path: root/msg.cc
blob: 94ce824c2ecbb4b286a0c6a450bd635f451ac92e (plain) (tree)
1
2
3
4
5
6
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) {
	}
}