I am having a C program that tells its PID to other C program so they can communicate. I am using getpid() function on Linux and everything works fine until I try t
getpid()