2008-06-30 21:53:51 -04:00
|
|
|
#ifndef __LLT_H_
|
|
|
|
#define __LLT_H_
|
|
|
|
|
2008-10-30 22:50:00 -04:00
|
|
|
#include <stdarg.h>
|
2008-06-30 21:53:51 -04:00
|
|
|
#include "dtypes.h"
|
|
|
|
#include "utils.h"
|
|
|
|
#include "utf8.h"
|
|
|
|
#include "ios.h"
|
|
|
|
#include "socket.h"
|
|
|
|
#include "timefuncs.h"
|
|
|
|
#include "hashing.h"
|
|
|
|
#include "ptrhash.h"
|
|
|
|
#include "bitvector.h"
|
|
|
|
#include "dirpath.h"
|
2010-02-24 23:37:33 -05:00
|
|
|
#include "random.h"
|
2008-06-30 21:53:51 -04:00
|
|
|
|
|
|
|
void llt_init();
|
|
|
|
|
|
|
|
#endif
|