/*!@file \brief STON Interpretation Functions \details C implementation of data structures and algorithms in the STON asset package protocol \author Ken Grimes \date Feb 2017 ----------------------------------------------------------------------------*/ #ifndef _STON_H_ #define _STON_H_ /* STON Hashtable implementation */ #include "ston_ht.h" #endif //_STON_H_