]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/bucketsort.h
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
[proxmark3-svn] / common / bucketsort.h
index d5423aa5d8fd1e18663df46a57b51443f551a357..be504508adef3a7380df5612177c3c52237941a5 100644 (file)
@@ -1,7 +1,9 @@
 #ifndef BUCKETSORT_H__
 #define BUCKETSORT_H__
+
 #include <stdint.h>
 #include <stdlib.h>
+
 typedef struct bucket {
        uint32_t *head;
        uint32_t *bp;
Impressum, Datenschutz