EMLib/EMstrcpy.h
2019-02-23 13:03:12 +01:00

6 lines
107 B
C

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