Home
Highly Reusable Software By activity User Interface Text Strings Math Processing
Stored Data
Communications
Hard World File System
|
#License - #Source code - #Example Use -
#include <librock/parse.h> int librock_BTSinlist(const char *bts,const char *list);
Typical use is to recognize keywords from a list.
#ifdef librock_TYPICAL_USE_BTSinlist char *keywords ="one two three four"; int i; i = librock_BTSinlist("one",keywords); if (i) { printf("Found at word %d\n",i); } else { printf("Did not recognize\n"); } #endif
librock_wordcmp() librock_countbl() librock_counttowh()
Copyright 1998-2004 Forrest J. Cavalier III, http://www.mibsoftware.com Open-source under MIT license. NO WARRANTY. Copies must retain this block. License, originals, details: http://www.mibsoftware.com/librock/
Verbatim copying and distribution of this generated page is permitted in any medium provided that no changes are made.
(The source of this manual page may be covered by a more permissive license which allows modifications.)
Want to help? We welcome comments, patches. -- Need help? Request paid support.