Tim J. Robbins 4bf546e192 Replace this wcsncpy() implementation with one based on strncpy.c to fix
two major bugs:
- off-by-one overflow when the length of the source string exceeds or
  equals the destination buffer size.
- old version was not padding the destination buffer with null wide chars
2002-10-23 04:35:25 +00:00
..
2002-10-03 19:39:20 +00:00
2002-10-10 14:16:08 +00:00
2002-08-20 03:40:45 +00:00