/C_Processes

Simple easy-to-use C library for manipulating processes & subprocesses.

Primary LanguageCGNU Lesser General Public License v2.1LGPL-2.1

This program is a simple utility library that will allow you to manipulate
processes a little bit easier.

A demonstration program is made in src/prog.c.

More information about this library are available in lib/processes.c.



Contact     : i.a.sebsil83@gmail.com
Youtube     : https://www.youtube.com/user/IAsebsil83
GitHub repo : https://github.com/iasebsil83

Let's Code !                                  By I.A.



DISCLAIMER : This program is not a substitute of the existing C libraries but a complement.
             The existing libraries gives a lot of options on processes management, processes.h is a way much simpler.