Yet another "invent a wheel" C library
This library is WORK IN PROGRESS status
To install library just run this commands:
make
sudo make installUsage examples can be found in examples dir.
To remove library:
sudo make unsinstallTests can be started with this command:
make check