使用temp对象作为_Bool的大小是依赖于实现的.
#include <stdbool.h> #include <stdio.h> bool b; int temp; scanf("%d",&temp); b = temp;