Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
strnlen.cpp File Reference
#include <cstring>
Include dependency graph for strnlen.cpp:Go to the source code of this file.
Functions | |
| size_t | strnlen (const char *start, size_t max_len) |
Function Documentation
◆ strnlen()
| size_t strnlen | ( | const char * | start, |
| size_t | max_len | ||
| ) |
Definition at line 12 of file strnlen.cpp.
Referenced by CMessageHeader::GetCommand().

