Skip to content

Cmproved/cstd_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 !

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published