File Index Symbol Index

//
// vcruntime_string.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// <string.h> functionality that is implemented in the VCRuntime.
//
#pragma once
#include <vcruntime.h>
#ifndef __midl
_Check_return_
);
_Check_return_
int
__cdecl
memcmp
( );
_CRT_INSECURE_DEPRECATE_MEMORY(memcpy_s)
_Post_equal_to_(_Dst)
_At_buffer_( (unsigned char*)_Dst, _Iter_, _Size, _Post_satisfies_(((unsigned char*)_Dst)[_Iter_] == ((unsigned char*)_Src)[_Iter_]) )
void
*
__cdecl
memcpy
( );
_CRT_INSECURE_DEPRECATE_MEMORY(memmove_s)
);
_Post_equal_to_(_Dst)
_At_buffer_( (unsigned char*)_Dst, _Iter_, _Size, _Post_satisfies_(((unsigned char*)_Dst)[_Iter_] == _Val) )
void
*
__cdecl
memset
( );
_Check_return_
);
_Check_return_
);
_Check_return_ _Ret_maybenull_
);
_Check_return_
_When_(return != NULL, _Ret_range_(_Str, _Str + _String_length_(_Str) - 1))
);
_Check_return_
);
_Check_return_ _Ret_maybenull_
_When_(return != NULL, _Ret_range_(_Str, _Str + _String_length_(_Str) - 1))
);
#endif // __midl