Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - vsnprintf / vsprintf .. doc question: Page 1 of 13 (13 Items)
   
vsnprintf / vsprintf .. doc question  
Hi,

According to the docs (QNX6.3.X), functions vsnprintf() and vsprintf()
may used in signal handlers but with the following caveat:

It's safe to call ... in a signal handler if the data isn't 
floating point.

For functions snprintf() and sprintf() there is NO such restriction.
This seems rather strange to me. 

Is the documentation really correct? And if it is, why this 
restriction?


Thanks a lot.
Jeevan