Comment Re:C (and here are somemore chars to satisfy the b (Score 1) 6
Why would you do that? If you're using it for non-strings, you'd never have used strncpy, you'd have used memcpy. Which is the same thing without the null termination rules of strncpy. You'd never use the str versions unless actually working on strings.