shithub: femtolisp

ref: 8b59a493d6b5e51811321339450bddbe2aa56c24
dir: /llt/llt.h/

View raw version
#ifndef __LLT_H_
#define __LLT_H_

#ifndef PLAN9
#include <stdarg.h>
#endif
#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"

void llt_init(void);

#endif