전체 글

    C Code Test.

    소스코드 업로드 테스트 #include #include #include int main(void){char *pString = NULL;char String[] = "안녕하세요!! 감사합니다. 앞으로 잘 부탁드립니다! 하하"; pString = (char *)malloc( sizeof(String) * sizeof(char) );memcpy( pString, String, sizeof(String)*sizeof(char) ); printf("%s\n", pString); free(pString);return 0;}

    Test 글입니다.

    Tistory 초대장을 선뜻 나누어 주신 miru(irc.hanirc.org Linux)님께감사를 올립니다! http://withmiru.tistory.com/ 감사합니다!