#include "precompiled.hpp"
#include <string.h>
Go to the source code of this file.
|
template<size_t size> |
static int | strcpy_s (char(&dest_)[size], const char *const src_) |
|
static size_t | strlcpy (char *dest_, const char *src_, const size_t dest_size_) |
|
static size_t | strnlen (const char *s, size_t len) |
|
◆ strcpy_s()
template<size_t size>
static int strcpy_s |
( |
char(&) |
dest_[size], |
|
|
const char *const |
src_ |
|
) |
| |
|
inlinestatic |
◆ strlcpy()
static size_t strlcpy |
( |
char * |
dest_, |
|
|
const char * |
src_, |
|
|
const size_t |
dest_size_ |
|
) |
| |
|
inlinestatic |
◆ strnlen()
static size_t strnlen |
( |
const char * |
s, |
|
|
size_t |
len |
|
) |
| |
|
inlinestatic |