mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
005d1d2a0c
Add a test framework for crt (ntdll, crtdll, msvcrt and static) svn path=/trunk/; revision=56363
8 lines
68 B
C
8 lines
68 B
C
|
|
#include <stdio.h>
|
|
#include <wine/test.h>
|
|
|
|
START_TEST(strcpy)
|
|
{
|
|
}
|
|
|