view dmd/speller.h @ 1642:f49cb50c6064

Revert 1637 because it breaks HelloWorld with Tangos Stdout. There may be another way to fix this so that Deewiants case works, as well as Tango.
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Mon, 08 Mar 2010 23:10:26 -0700
parents 00cd99bedf06
children
line wrap: on
line source


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);