upscheme/c/llt.h

7 lines
60 B
C

#ifndef __LLT_H_
#define __LLT_H_
void llt_init();
#endif