]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/printf.c
CHG: moved to header file
[proxmark3-svn] / armsrc / printf.c
index d5e61798a3516f82ee932922f8b63e1a81139ef2..b5d0e449d00538d7615fa330a904a9328143f15f 100644 (file)
  *
  *     @(#)subr_prf.c  8.3 (Berkeley) 1/21/94
  */
-
-#include <stddef.h>
-#include <stdarg.h>
 #include "printf.h"
-#include "util.h"
-#include "string.h"
 
 typedef uint32_t uintmax_t;
 typedef int32_t intmax_t;
@@ -431,7 +426,6 @@ sprintf(char *dest, const char *fmt, ...)
        /* http://www.pagetable.com/?p=298 */
        int retval;
        va_list ap;
-
        va_start(ap, fmt);
        retval = kvsprintf(fmt, dest, 10, ap);
        va_end(ap);
Impressum, Datenschutz