7 lines
117 B
C
7 lines
117 B
C
#ifndef EMSTRNCPY_H
|
|
#define EMSTRNCPY_H
|
|
|
|
char *EMstrncpy(char *dest, const char *src, int n);
|
|
|
|
#endif // EMSTRNCPY_H
|