#ifndef EMSTRNCPY_H #define EMSTRNCPY_H char *EMstrncpy(char *dest, const char *src, int n); #endif // EMSTRNCPY_H