]> arthur.barton.de Git - ngircd-alex.git/commit
portabtest: Actually test functions
authorAlexander Barton <alex@barton.de>
Wed, 1 Jan 2014 14:57:34 +0000 (15:57 +0100)
committerAlexander Barton <alex@barton.de>
Wed, 1 Jan 2014 14:57:34 +0000 (15:57 +0100)
commitd38747d951a8a5007e97693cade3551e11e50569
tree3a5595b0c53b7e8a558147520f25a4b5af830c7c
parent18070e5381b7d66963dbe990c98b06b5c601e280
portabtest: Actually test functions

Test functions snprintf(), strlcpy(), strlcat(), vsnprintf() for
correctness, not only existance (which was quite useless, because
if they weren't available, the program could not have been linked
at all ...).
src/portab/portabtest.c