Functions
compat.hpp File Reference
#include "precompiled.hpp"
#include <string.h>
Include dependency graph for compat.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ strcpy_s()

template<size_t size>
static int strcpy_s ( char(&)  dest_[size],
const char *const  src_ 
)
inlinestatic

Definition at line 29 of file compat.hpp.

◆ strlcpy()

static size_t strlcpy ( char *  dest_,
const char *  src_,
const size_t  dest_size_ 
)
inlinestatic

Definition at line 18 of file compat.hpp.

◆ strnlen()

static size_t strnlen ( const char *  s,
size_t  len 
)
inlinestatic

Definition at line 37 of file compat.hpp.



libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:02