最終更新:2011-08-24 (水) 17:15:26 (4629d)  

strcat
Top / strcat

文字列の連結

char *strcat(char *s1, const char *s2);

関連

  • strncat?
  • strlcat?