]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/printf.c
CHG: continue code cleanup.
[proxmark3-svn] / armsrc / printf.c
index b5d0e449d00538d7615fa330a904a9328143f15f..eca676a201e0038cbfaddf33f2e0db586607daf6 100644 (file)
  */
 #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 */
 
Impressum, Datenschutz