18 lines
264 B
C
18 lines
264 B
C
|
#ifndef __LLT_H_
|
||
|
#define __LLT_H_
|
||
|
|
||
|
#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"
|
||
|
|
||
|
void llt_init();
|
||
|
|
||
|
#endif
|