Booleans in C

Introduction

Introduction

_Bool is a variable type in base C.


_Bool x = 1;