dect
/
asl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asl/findhyphen.h

10 lines
207 B
C

extern char mytolower(char ch);
extern void BuildTree(char **Patterns);
extern void AddException(char *Name);
extern void DoHyphens(char *word, int **posis, int *posicnt);
extern void DestroyTree(void);