Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenmemory.h
Go to the documentation of this file.
00001 00006 #ifndef _INC_MEMORY 00007 #define _INC_MEMORY 00008 00009 #include <crtdefs.h> 00010 00011 #ifdef __cplusplus 00012 extern "C" { 00013 #endif 00014 00015 #ifndef _CONST_RETURN 00016 #define _CONST_RETURN 00017 #endif 00018 00019 #define _WConst_return _CONST_RETURN 00020 00021 #ifndef _CRT_MEMORY_DEFINED 00022 #define _CRT_MEMORY_DEFINED 00023 _CRTIMP void *__cdecl _memccpy(void *_Dst,const void *_Src,int _Val,size_t _MaxCount); 00024 _CONST_RETURN void *__cdecl memchr(const void *_Buf ,int _Val,size_t _MaxCount); 00025 _CRTIMP int __cdecl _memicmp(const void *_Buf1,const void *_Buf2,size_t _Size); 00026 _CRTIMP int __cdecl _memicmp_l(const void *_Buf1,const void *_Buf2,size_t _Size,_locale_t _Locale); 00027 int __cdecl memcmp(const void *_Buf1,const void *_Buf2,size_t _Size); 00028 void *__cdecl memcpy(void *_Dst,const void *_Src,size_t _Size); 00029 void *__cdecl memset(void *_Dst,int _Val,size_t _Size); 00030 00031 #ifndef NO_OLDNAMES 00032 _CRTIMP void *__cdecl memccpy(void *_Dst,const void *_Src,int _Val,size_t _Size); 00033 _CRTIMP int __cdecl memicmp(const void *_Buf1,const void *_Buf2,size_t _Size); 00034 #endif 00035 #endif 00036 00037 #ifdef __cplusplus 00038 } 00039 #endif 00040 #endif Generated on Sun May 27 2012 04:29:52 for ReactOS by
1.7.6.1
|