1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-27 06:54:15 +00:00
ccminer/compat/stdbool.h

7 lines
74 B
C
Raw Normal View History

2014-03-18 22:17:40 +01:00
#pragma once
#define false 0
#define true 1
#define bool int