/cstd_template

Primary LanguageMakefileMIT LicenseMIT

cstd_

Basic usage

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

The Object

Values

value type description
private var type what it does

Methods

Here are the methods of the object :

name return type parameters description
name if methodes return type all parameters whah it does

External fonctions

name return type parameters description
func ``return type parameters what it does

Contributing

Contributions are greatly apreciated. Do not hesitate to pull request, or open issues ! Thanks !