Availability:C-language interface function
int SfprintfX(IOSTREAM 
*s, const char *fm, ...)Same as Sfprintf() 
but doesn't have the format-checking attribute, which can trigger 
compiler warnings if the format does not match the arguments. This is 
intended for formats that include extended format specifiers such as "%Ws" 
or "%Us".