Codebase list kdrill / HEAD readfile.h
HEAD

Tree @HEAD (Download .tar.gz)

readfile.h @HEADraw · history · blame

1
2
3
4
5
6
7
8
extern int nextwork(unsigned char **);
extern unsigned char *nextchar(unsigned char *c);
extern void readstructs();
extern void readedict();

extern short skipfromthree(int one, int two, int three);

extern int trans_to_index(TRANSLATION trans);