본문 바로가기
카테고리 없음

[C++] memset()

by dar0m! 2020. 3. 17.
#include <string.h>

헤더 필요.

memset(chk, 0, sizeof(chk));

댓글