reactos/rostests/apitests/crt/strcpy.c
Timo Kreuzer 005d1d2a0c [TESTS]
Add a test framework for crt (ntdll, crtdll, msvcrt and static)

svn path=/trunk/; revision=56363
2012-04-18 17:21:18 +00:00

9 lines
68 B
C

#include <stdio.h>
#include <wine/test.h>
START_TEST(strcpy)
{
}