1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-09 06:18:07 +00:00
ccminer/compat/stdbool.h
2014-04-27 01:26:08 +02:00

7 lines
68 B
C

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