I would like to find out if a process is running. I DO NOT want to use any system("") commands. Is there any C based function that lets you know if a process is running?
I would like to provide the process name and want to know if it's running.
Thanks,