This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
magicka/src/stralloc
Dan Cross cf766e3e67 Trivial clang-format changes
Changes from a clang-format run.

Signed-off-by: Dan Cross <patchdev@fat-dragon.org>
2018-10-12 10:12:45 +10:00
..
README Import a (modernized) version of djb's `stralloc` library. 2018-10-11 11:45:12 +10:00
stralloc.3 Import a (modernized) version of djb's `stralloc` library. 2018-10-11 11:45:12 +10:00
stralloc.c Trivial clang-format changes 2018-10-12 10:12:45 +10:00
stralloc.h Trivial clang-format changes 2018-10-12 10:12:45 +10:00
test_stralloc.c Trivial clang-format changes 2018-10-12 10:12:45 +10:00

README

This is a cleanup and modernization of the stralloc
library from qmail, by Daniel J. Bernstein.  Qmail was
placed into the public domain by its author; presumably
this library, as part of qmail, was as well.