ston initial
[henge/apc.git] / ston / ston.h
1 /*!@file
2 \brief STON Interpretation Functions
3 \details C implementation of data structures and algorithms in the STON asset
4 package protocol
5 \author Ken Grimes
6 \date Feb 2017
7 ----------------------------------------------------------------------------*/
8 #ifndef _STON_H_
9 #define _STON_H_
10 /* STON Hashtable implementation */
11 #include "ston_ht.h"
12 #endif //_STON_H_