| Commit message (Collapse) | Author | Age |
| | |
|
| |
|
|
|
| |
Added the -Wextra flag to the makefile for debug builds, and squashed
all the warning that came up.
|
| | |
|
| |
|
|
|
| |
Added documentation for each function in the include/ctemplates.h file
Also did some spellchecking on the readme.
|
| |
|
|
|
|
|
| |
Added a method
const char* TMPL_err(TMPL_templates* t, size_t* size);
t is the template that had an error
size is a pointer, size of the error message is returned;
|
| | |
|
|
|
Added a src/ and build/ directory
Added a include/ directory
Included file is smaller
|