[Python-Dev] strncpy

Barry A. Warsaw bwarsaw@beopen.com
Thu, 13 Jul 2000 09:34:27 -0400 (EDT)


>>>>> "M" == M  <mal@lemburg.com> writes:

    M> Anyway, I think most platforms have their own snprintf() in the
    M> C lib, so the code would hardly ever be needed -- perhaps its
    M> even safe to revert to sprintf() on those platforms via a macro
    M> snprintf().

Perhaps, but i think you're right, most platforms should have their
own snprintf() by now.  For those that don't, why re-invent the wheel?
Find one with an acceptable license and drop it in.

-Barry