CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/14 14:43:03
Modified files:
include : stdio.h
Log message:
Expose snprintf() and vsnprintf() for XPG 5. It predates C99 but
still specified snprintf() and vsnprintf() based on earlier drafts.
Allows snprintf() and vsnprintf() to be used when _XOPEN_SOURCE is
defined as 500. OK guenther@
