mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2026-02-22 16:33:08 +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