aboutsummaryrefslogtreecommitdiff
path: root/src/fbuf.c
Commit message (Collapse)AuthorAge
* Allow bstringify to accept a null sizeAlexander Pickering2018-12-05
| | | | | | Allow bstringify (and therefore TMPL_render()) to accept NULL as the size. When NULL is passed as the size, the size of the resulting string is not stored anywhere.
* Added const to most charsAlexander Pickering2018-11-07
| | | | Added const qualifier for clarity.
* Started refactoring codeAlexander Pickering2018-10-25
Added a src/ and build/ directory Added a include/ directory Included file is smaller