#ifndef EMSTRCPY_H #define EMSTRCPY_H char *EMstrcpy(char *dest, const char *source); #endif //EMSTRCPY_H