Removed the local implementation of snprintf() and vsnprintf() that we hacked in...
authorArt Cancro <ajc@citadel.org>
Fri, 7 Jan 2022 16:54:54 +0000 (11:54 -0500)
committerArt Cancro <ajc@citadel.org>
Fri, 7 Jan 2022 16:54:54 +0000 (11:54 -0500)
commitdbac6fe2830f3ecacc09be5f3e722b5806fab4c7
tree64423b4a39c583950df8cd927a7d1fde41667f32
parentb8cdf72394178327432dd541aefb8a9031e29c2a
Removed the local implementation of snprintf() and vsnprintf() that we hacked in two decades ago to work around broken or missing system libraries.  Not needed anymore.
citadel/snprintf.c [deleted file]
citadel/snprintf.h [deleted file]