comparison sprintf/vspcore.c @ 45:a2d5d622e19e

sprintf/*.[ch]: author's gendered name corrected in the comments
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 29 Sep 2017 03:02:50 +0000
parents 75a11d740a02
children
comparison
equal deleted inserted replaced
44:70c9bb37bd74 45:a2d5d622e19e
1 /* 1 /*
2 * Embedded [v]sprintf() implementation by Michael Spacefalcon, 2 * Embedded [v]sprintf() implementation by Mychaela Falconia,
3 * loosely based on the 4.3BSD-Tahoe version. 3 * loosely based on the 4.3BSD-Tahoe version.
4 * 4 *
5 * This module contains the core of the vsprintf() function, which may 5 * This module contains the core of the vsprintf() function, which may
6 * be either used directly by user code or called by the sprintf() 6 * be either used directly by user code or called by the sprintf()
7 * trivial wrapper. 7 * trivial wrapper.