Copy wininet to branch
[reactos.git] / reactos / lib / string / string.xml
1 <module name="string" type="staticlibrary">
2 <file>memccpy.c</file>
3 <file>memchr.c</file>
4 <file>memcmp.c</file>
5 <file>memcpy.c</file>
6 <file>memmove.c</file>
7 <file>memset.c</file>
8 <file>strcat.c</file>
9 <file>strchr.c</file>
10 <file>strcmp.c</file>
11 <file>strcpy.c</file>
12 <file>strcspn.c</file>
13 <file>strlen.c</file>
14 <file>strncat.c</file>
15 <file>strncmp.c</file>
16 <file>strncpy.c</file>
17 <file>strnlen.c</file>
18 <file>strrchr.c</file>
19 <file>strspn.c</file>
20 <file>wcscat.c</file>
21 <file>wcschr.c</file>
22 <file>wcscmp.c</file>
23 <file>wcscpy.c</file>
24 <file>wcslen.c</file>
25 <file>wcsncat.c</file>
26 <file>wcsncmp.c</file>
27 <file>wcsncpy.c</file>
28 <file>wcsnlen.c</file>
29 <file>wcsrchr.c</file>
30 </module>