Send message size inside messages through pipes

This commit is contained in:
Quentin Rameau
2018-10-09 12:27:59 +02:00
parent 2b71a22755
commit 02541c3146
3 changed files with 39 additions and 26 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#define MSGBUFSZ 32
#define MSGBUFSZ 8
void die(char *, ...);