radare2/libr/util/ht64.c
pancake 60a951e9b1 New io.buffer cache system and refactorized RHashTable
Implement io.buffer for fast IO (work in progress)
Rewrite util/cache.c and use it form io/buffer.c
Refactor util/ht.c and util/ht64.c to reuse code
Various minor fixes in RIO api
cache.c must be rewritten into r_buf for
2013-01-12 04:29:45 +01:00

8 lines
90 B
C

#ifndef _INCLUDE_HT64_H_
#define _INCLUDE_HT64_H_
#define HT64 1
#include "ht.c"
#endif