rosos/stdbool.h
2024-01-09 20:14:30 -06:00

6 lines
73 B
C

#pragma once
typedef unsigned char bool;
#define true 1
#define false 0