Hi! good morning!
I am writing a program, that uses interaction between 5 processes(using signals), I am trying to use in one of them- gets command to get a command from the user.
And it seems that gets isn't working..
Maybe one of the other processes interrupts the work of gets command?
what can I do?
thank you!!