blang/src/blang.h

8 lines
99 B
C

#if !defined _BLANG_H
# define _BLANG_H
struct State{
unsigned char hand;
char *chart;
};
#endif