mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
CHG: continue code cleanup.
REM: removed stdint.h , since we are using c99 when compiling.
This commit is contained in:
parent
9c624f67b3
commit
07bc72b880
12 changed files with 66 additions and 157 deletions
|
@ -35,17 +35,17 @@
|
|||
*/
|
||||
#include "printf.h"
|
||||
|
||||
typedef uint32_t uintmax_t;
|
||||
typedef int32_t intmax_t;
|
||||
|
||||
typedef unsigned char u_char;
|
||||
typedef unsigned int u_int;
|
||||
typedef unsigned long u_long;
|
||||
typedef unsigned short u_short;
|
||||
typedef unsigned long long u_quad_t;
|
||||
typedef long long quad_t;
|
||||
|
||||
typedef unsigned long u_long;
|
||||
typedef unsigned short u_short;
|
||||
typedef int ssize_t;
|
||||
/*
|
||||
typedef uint32_t uintmax_t;
|
||||
typedef int32_t intmax_t;
|
||||
*/
|
||||
|
||||
#define NBBY 8 /* number of bits in a byte */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue