0
I would like to know of some library in c, that can serve me to create a program that sees the running processes... system("ps")
, I would like to see if a program is running and if it is not, then run it.
Oh and windows. h does not fit, I will use in Linux.
C is not the most suitable for such, are you sure even that it needs to be in C? Of all the luck, I believe that it must have some
/dev/...
with the processes that are running. Just open for reading this "file"– Jefferson Quesado
Tah beauty was worth
– Calisto