mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-27 06:54:15 +00:00
7 lines
74 B
C
7 lines
74 B
C
|
#pragma once
|
||
|
|
||
|
#define false 0
|
||
|
#define true 1
|
||
|
|
||
|
#define bool int
|