summaryrefslogtreecommitdiffstats
path: root/src/dstring.h
Commit message (Collapse)AuthorAgeFilesLines
* bfstd: Support wordesc() without allocatingTavian Barnes2023-07-131-0/+31
|
* dstring: Add some exact-size utility functionsTavian Barnes2023-06-291-5/+94
|
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
| | | | | | | And while I'm at it, remove years from copyright declarations. Link: https://spdx.dev/about/ Link: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
* Add BFS_FORMATTER() to vprintf()-type functions tooTavian Barnes2022-12-081-0/+2
|
* config: Split out some of util.h into a new headerTavian Barnes2022-11-061-1/+1
|
* Source / Include Folder (#88)トトも2022-04-161-0/+194
Moved Source Files Into `src` Folder