ReactOS 0.4.16-dev-91-g764881a
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