stdio.h: declare snprintf also for XSI 5
authorSimon Schubert <corecode@dragonflybsd.org>
Thu, 16 Jul 2009 08:43:12 +0000 (10:43 +0200)
committerSimon Schubert <corecode@dragonflybsd.org>
Thu, 16 Jul 2009 22:08:48 +0000 (00:08 +0200)
commit626be214902a65979a2030d4dab21c9f781b8aab
treea0d2a68629a764cb82bb1c6577d52e0acea9d6e7
parentaf80a74d65f30cc89d03f9d8db6787c21d996210
stdio.h: declare snprintf also for XSI 5

We restricted declaration of snprintf and vsnprintf to C99, but it is
also part of XSI 5.

Noticed-by: hasso@
include/stdio.h