1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-03-11 04:51:34 +00:00
ccminer/compat/stdbool.h

7 lines
68 B
C
Raw Permalink Normal View History

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