-
Notifications
You must be signed in to change notification settings - Fork 4
COPY
Jurek Muszyński edited this page Dec 18, 2021
·
8 revisions
Copies up to dst_len bytes of NULL-terminated src to dst, respecting UTF-8 sequences. dst_len needs to be an actual destination string maximum length and dst buffer should provide an extra character for trailing '\0'. Function appends terminating '\0' to the end of dst.
None
COPY(host, value, NPP_MAX_HOST_LEN);