With a correct usage, the library has no valgrind errors, nor memory leaks.
#include "<lib>.h"
int main(int ac, char **av)
{
//TODO: exemple of how to use the lib
return (0);
}
Output :
user@localhost~$ ./a.out
>> #the output of the code above
value | type | description |
---|---|---|
private var |
type |
what it does |
Here are the methods of the object :
name | return type | parameters | description |
---|---|---|---|
name if methodes |
return type |
all parameters |
whah it does |
name | return type | parameters | description |
---|---|---|---|
func |
``return type | parameters |
what it does |
Contributions are greatly apreciated. Do not hesitate to pull request, or open issues ! Thanks !