ciabatta/inc/stdbool.h

9 lines
108 B
C
Raw Normal View History

2022-08-04 09:47:38 +00:00
#pragma once
2022-08-06 12:12:36 +00:00
#define __bool_true_false_are_defined 1
2022-08-04 09:47:38 +00:00
2022-08-06 12:12:36 +00:00
#define bool _Bool
#define true 1
#define false 0