1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-26 14:34:22 +00:00
ccminer/compat/stdbool.h
2014-03-18 22:17:40 +01:00

7 lines
74 B
C

#pragma once
#define false 0
#define true 1
#define bool int