테스트

dotri의 이미지

#include <stdio.h>

int main( void )
{
  char *str;
  str = (char *)malloc( strlen("hello, world!") );
  strncpy( str, "hello, world!", strlen("hello, world!") );
  printf( "%s\n", str );
  return 0;
}

소크라테스 wrote:

너 자신을 알라.
dotri의 이미지

소크라테스 wrote:

너 자신을 알라.
  • 소크라테스가 "너 자신을 알라" 라고 말했다.
  • 내가 "너 자신을 알라" 라고 말했다.
  • 나는 소크라테스이다.
[/][/]