mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Initial upload v3.4.7
This commit is contained in:
6
compat/stdbool.h
Normal file
6
compat/stdbool.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#define false 0
|
||||
#define true 1
|
||||
|
||||
#define bool int
|
Reference in New Issue
Block a user