This is the mail archive of the xconq7@sources.redhat.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fixes for string functions


> However, I am not sure whether vsnprintf(3) enjoys universal support
> on the various target platforms. Unlike vsprintf(3), vsnprintf does
> not conform to the ANSI C (C89) standard

vsnprintf is in C99.  See
http://www.opengroup.org/onlinepubs/007904975/functions/vfprintf.html
for a standard.

But you are right, it isn't in C89.  At least so far, I've avoided
assuming it for xconq purposes.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]