mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-05 12:08:24 +00:00
60a951e9b1
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
8 lines
90 B
C
8 lines
90 B
C
#ifndef _INCLUDE_HT64_H_
|
|
#define _INCLUDE_HT64_H_
|
|
|
|
#define HT64 1
|
|
#include "ht.c"
|
|
|
|
#endif
|