Sha256: 4d1717f4b871807833362769610bdee91db112c276ec517de4ab610eb56fbc38
Contents?: true
Size: 141 Bytes
Versions: 8
Compression:
Stored size: 141 Bytes
Contents
#include <wchar.h> wchar_t *wcpncpy(wchar_t *restrict d, const wchar_t *restrict s, size_t n) { return wcsncpy(d, s, n) + wcsnlen(s, n); }
Version data entries
8 entries across 8 versions & 1 rubygems