X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/9c624f67b3c3041d171abf75d954ba9fa0ae57a4..07bc72b8807c69274ffacfd9d2e716bc1338c017:/armsrc/printf.c diff --git a/armsrc/printf.c b/armsrc/printf.c index b5d0e449..eca676a2 100644 --- a/armsrc/printf.c +++ b/armsrc/printf.c @@ -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 */