#include <corecrt_internal.h>
#include <malloc.h>
#include <string.h>
Go to the source code of this file.
◆ _strdup()
Definition at line 35 of file strdup.cpp.
40{
41 if (string == nullptr)
42 return nullptr;
43
45
46#ifdef _DEBUG
52#else
54#endif
55
57 return nullptr;
58
61}
ACPI_SIZE strlen(const char *String)
#define _malloc_dbg(s, t, f, l)
int const char const *const int const line_number
_Out_opt_ size_t *const Character const *const int const block_use
#define strcpy_s(d, l, s)
static char memory[1024 *256]