femtolisp/llt/llt.h

20 lines
304 B
C
Raw Normal View History

2008-06-30 21:53:51 -04:00
#ifndef __LLT_H_
#define __LLT_H_
#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"
#include "random.h"
2008-06-30 21:53:51 -04:00
void llt_init();
#endif