[Numpy-discussion] snprintf vs PyOS_snprintf
Charles R Harris
charlesr.harris@gmail....
Sat Jul 12 13:11:01 CDT 2008
Numpy uses a mix of snprintf and PyOS_snprintf. The Python version is there
because snprintf wasn't part of the standard until C99. So either we should
stick to the python version or make the decision that we only support
compilers with a working snprintf. Which way should we go?
Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.scipy.org/pipermail/numpy-discussion/attachments/20080712/4a785dbc/attachment.html
More information about the Numpy-discussion
mailing list