_Bool and bool

_Bool is the defined before C99. bool has been defined in C99. bool is an alias for _Bool if you include stdbool.h.

Underscores in C are significant, though not officially.

posted on 2019-02-11 13:43  荷树栋  阅读(136)  评论(0)    收藏  举报

导航