What do you want in the next C standard? For me it's namespaces, damn they make libraries simple.
Name:
Anonymous2009-11-10 18:05
>>41
The question is, why the fuck you have to provide TWO length argument, when one would be enough? If your buffer is not smaller than needed, it's no different than regular strncpy. If the buffer is smaller, your code is fucked up anyway.