FILE /usr/common/sys/soundexd.c NAME get_key - get a soundex key for a string PROTOTYPE string get_key(string word) CALLED BY Anybody DESCRIPTION Uses the Soundex algorithm to generate a phonetic key for the supplied word. RETURN VALUE The new Soundex key. ERRORS Normally none. SEE ALSO match