26 Oct
2009
26 Oct
'09
1:38 p.m.
However windows has the *snprintf functionality* . We should be ok there... -jayesh ----- Original Message ----- From: "Rajeev Thakur" <[email protected]> To: [email protected] Sent: Monday, October 26, 2009 1:22:00 PM GMT -06:00 US/Canada Central Subject: Re: [mpich2-core] C89++ for MPICH2
1. snprintf -- this will allow us to totally get rid of MPIU_Snprintf given that it is not complete anyway, but only provides a handful of options.
I believe Windows doesn't have snprintf. There is an _snprintf, but they recommend using sprintf_s. Rajeev