c 에서 bool을 쓰고 싶을때 #include <stdbool.h>
프로그래밍/c,c++ 2022. 5. 17. 15:30반응형
c 에서 bool을 쓰고 싶을때 #include <stdbool.h>
bool val = true;
val = false;
반응형
c 에서 bool을 쓰고 싶을때 #include <stdbool.h>프로그래밍/c,c++ 2022. 5. 17. 15:30반응형
c 에서 bool을 쓰고 싶을때 #include <stdbool.h>
bool val = true; val = false; 반응형
|