]>
git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/bucketsort.h
#ifndef BUCKETSORT_H__
#define BUCKETSORT_H__
#ifndef BUCKETSORT_H__
#define BUCKETSORT_H__
#include <stdint.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct bucket {
uint32_t *head;
uint32_t *bp;
typedef struct bucket {
uint32_t *head;
uint32_t *bp;