ReactOS 0.4.15-dev-7953-g1f49173
strcpy.c
Go to the documentation of this file.
1
2#include <apitest.h>
3
4#include <stdio.h>
5
7{
8}
9
char * strcpy(char *DstString, const char *SrcString)
Definition: utclib.c:388
#define START_TEST(x)
Definition: atltest.h:75