6 lines
85 B
C
6 lines
85 B
C
#ifndef STRING_H
|
|
#define STRING_H
|
|
|
|
char *strcpy(char *dest, const char *src);
|
|
|
|
#endif |