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

7 lines
117 B
C

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