File: readfile.h

package info (click to toggle)
kdrill 6.5deb2-12
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,340 kB
  • sloc: ansic: 7,636; makefile: 47
file content (8 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (8)
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);