reactos/lib/sdk/crt/string/i386
Timo Kreuzer a3623f23de [CRT]
- Make all x86assembly ML compatible
- Remove memcpy, it was duplicated from memmove, copy the label instead
- Guard some code against compilation on msvc, as these functions are intrinsics on MSVC and cannot be implemented
- Fix some x64 assembly (don't modify stack below rsp)

svn path=/branches/cmake-bringup/; revision=49421
2010-11-02 00:06:33 +00:00
..
strcat_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
strchr_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
strcmp_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
strcpy_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
strlen_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
strncat_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
strncmp_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
strncpy_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
strnlen_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
strrchr_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
tchar.h [CRT] 2010-11-02 00:06:33 +00:00
tcscat.h [CRT] 2010-11-02 00:06:33 +00:00
tcschr.h [CRT] 2010-11-02 00:06:33 +00:00
tcscmp.h [CRT] 2010-11-02 00:06:33 +00:00
tcscpy.h [CRT] 2010-11-02 00:06:33 +00:00
tcslen.h [CRT] 2010-11-02 00:06:33 +00:00
tcsncat.h [CRT] 2010-11-02 00:06:33 +00:00
tcsncmp.h [CRT] 2010-11-02 00:06:33 +00:00
tcsncpy.h [CRT] 2010-11-02 00:06:33 +00:00
tcsnlen.h [CRT] 2010-11-02 00:06:33 +00:00
tcsrchr.h [CRT] 2010-11-02 00:06:33 +00:00
wcscat_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
wcschr_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
wcscmp_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
wcscpy_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
wcslen_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
wcsncat_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
wcsncmp_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
wcsncpy_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
wcsnlen_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
wcsrchr_asm.s Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00