6 lines
107 B
C
6 lines
107 B
C
#ifndef EMSTRCPY_H
|
|
#define EMSTRCPY_H
|
|
|
|
char *EMstrcpy(char *dest, const char *source);
|
|
|
|
#endif //EMSTRCPY_H
|