Files
pepperOS/src/string/string.h

6 lines
85 B
C

#ifndef STRING_H
#define STRING_H
char *strcpy(char *dest, const char *src);
#endif