| TAB(3) | C LIBRARY FUNCTIONS | TAB(3) |
|---|
int tabindex(const void* tab, int size, const char* name); void* tablook(const void* tab, int size, const char* name);
tabindex returns the index of the table element in tab that matches name. If there is no match then -1 is returned.
tablook returns a pointer to the table element in tab that matches name. If there is no match then 0 is returned.
| November 07, 2006 |