yw_word_type

Name

yw_word_type -- retrive type of word

Synopsis


     #include <yw/packet.h>
   

YwWordType yw_word_type(YwWord *w);

DESCRIPTION

This function checks type of word w.

RETURN VALUE

Type of word, or yw_bad_word when w is NULL.

SEE ALSO

yw_word_next (3),

INFO

Generated from: word.c,v 1.3 2001/05/05 11:36:18 dobrek Exp.