|
Embedded Template Library 1.0
|
#include <string_utilities.h>
Public Attributes | |
| size_t | count |
| bool | truncated |
| bool | terminated |
str_n_copy Copies from src to dst until either n characters have been copied, or a terminating null is found. Null terminates the destination if less than n characters have been copied. Returns a str_n_copy_result.