X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/15d4bf3e7822a2b3863f15a2f0d7c5b9f5f76911..7dfa1b021e67a062961fdd87c24c1c7a582a5bb1:/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 */