strcpy1 [C언어] 내장함수 비교 - strcpy, strncpy, strlcpy C언어의 에 있는 str 관련 함수들은 공부해도 항상 헷갈린다. 필요한 순간마다 블로깅하여 확실하게 정리한다. man 가이드의 원문을 활용했다. cpy strcpy PROTOTYPE #include char *strcpy(char *dst, const char *src); DESCRIPTION - The strcpy() function copies the string src to dst (including the terminating `\0' character.) RETURN dst SECURITY CONSIDERATIONS - The strcpy() function copies the string src to dst (including the terminating `\0' character.) The .. 2020. 10. 1. 이전 1 다음