store_htable.h 170 B

123456789
  1. #ifndef _LSUP_STORE_HTABLE_H
  2. #define _LSUP_STORE_HTABLE_H
  3. #include "triple.h"
  4. #include "htable.h"
  5. typedef struct HTStore LSUP_HTStore;
  6. #endif // _LSUP_STORE_HTABLE_H