From d064035d0450ade3dbb4e0520cbcf8c9974ba812 Mon Sep 17 00:00:00 2001 From: tanujCoder <56040350+tanujCoder@users.noreply.github.com> Date: Thu, 1 Oct 2020 17:39:20 +0530 Subject: [PATCH] Update client_ipc.c --- client_ipc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client_ipc.c b/client_ipc.c index debf6f0..6048620 100644 --- a/client_ipc.c +++ b/client_ipc.c @@ -1,3 +1,5 @@ +// client ipc program + #include #include #include @@ -26,4 +28,4 @@ int main() msgrcv(msgid,&msg,256, pid,0); printf("client: receive from pid%d\n", *pint); return 0; -} \ No newline at end of file +}