Files
ldc/dmd2/root/speller.h
Alexey Prokhin df87607ba2 Updated to 2.049
2010-09-30 21:54:45 +04:00

8 lines
169 B
C

typedef void *(fp_speller_t)(void *, const char *);
extern const char idchars[];
void *speller(const char *seed, fp_speller_t fp, void *fparg, const char *charset);