trdata.h 363 Bytes
#ifndef __TR_DATA_H__
#define __TR_DATA_H__

#include "tr/cbuf.h"
#include "tr/dynarray.h"
#include "tr/hash.h"
#include "tr/hash_value.h"
#include "tr/heap.h"
#include "tr/list.h"
#include "tr/queue.h"
#include "tr/set.h"
#include "tr/tree.h"
#include "tr/interface/hashable.h"
#include "tr/interface/iterable.h"

#endif // __TR_DATA_H__

// vim: set ts=4 sw=4: