wchar_t *buf;

buf = malloc(3);

~~~~~~~

free(buf);


간단한거 해보는중인데

지금까지 char만 만져봤거든여

wchar_t는 malloc 할떄 사이즈 * sizeof(wchar_t) 해줘야되나욤?