|
|
for (; 0 < _max && *ptr != '\0'; ++ptr, --_max) {};
|
|
for (; 0 < _max && *ptr != '\0'; ++ptr, --_max) {};
|
|
|
int32_t strlncpy(char* _dst, int32_t _dstSize, const char* _src, int32_t _num)
|
|
int32_t strlncpy(char* _dst, int32_t _dstSize, const char* _src, int32_t _num)
|