cache.h 106 字节
Newer Older
H
Hongze Cheng 已提交
1 2 3 4 5 6 7 8 9
#if !defined(_TD_CACHE_H_)
#define _TD_CACHE_H_

typedef struct {

} SCachePool;


#endif // _TD_CACHE_H_