39void SecureStrncpy(
char* dest,
size_t destMaxSize,
const char* src,
size_t count);
Root namespace for the PLCnext API
size_t SecureStrnlen(const char *str, size_t maxSize)
Warpper for strnlen_s
void SecureStrcpy(char *dest, size_t destMaxSize, const char *src)
Wrapper for strcpy_s
bool SecureStrIsNullOrEmpty(const char *str, size_t maxSize)
Determines if a const char* is nullptr or the string is empty
void SecureStrncpy(char *dest, size_t destMaxSize, const char *src, size_t count)
Wrapper for strncpy_s