tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: snprintf(3) behaviour regarding large "n"



P.S.: it would possibly be even better to not do something like
casting a size_t to int and testing for negativity, but simply
testing '> INT_MAX' instead.

--steffen


Home | Main Index | Thread Index | Old Index