Files
ldc/dmd/speller.h
2010-03-08 17:41:36 -07: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);