mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
#ifndef on all header files
This commit is contained in:
parent
35e97ba96a
commit
2879599ac4
11 changed files with 37 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
#ifndef __BITLIB_LIMITS_H
|
||||
#define __BITLIB_LIMITS_H
|
||||
#define BITLIB_FLOAT_BITS 53
|
||||
#define BITLIB_FLOAT_MAX 0xfffffffffffffL
|
||||
#define BITLIB_FLOAT_MIN (-0x10000000000000L)
|
||||
#define BITLIB_FLOAT_UMAX 0x1fffffffffffffUL
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue