ref: 36ba74a2b6f427b46e50abebe6bc8564524ec29b
dir: /llt/llt.h/
#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