#ifndef STRING_H #define STRING_H char *strcpy(char *dest, const char *src); #endif