mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
8 lines
169 B
C
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);
|
|
|