#include <string.h>

void rcf ( char *a, char *b )
{
	strcpy (a, b);
}