Y
Hacker News
new
|
ask
|
show
|
jobs
by
rurban
2851 days ago
Just use memcpy_s. This has the destbuf size argument. It's even in C11, but you need the safeclib or MSVC, as no libc cares about the safety annex.