xref: /reactos/modules/rostests/apitests/crt/strcpy.c (revision 8a978a17)
1 
2 #include <apitest.h>
3 
4 #include <stdio.h>
5 
6 START_TEST(strcpy)
7 {
8 }
9 
10