|
libexplain
1.4.D001
|
#include <libexplain/parse_bits.h>Go to the source code of this file.
Functions | |
| const explain_parse_bits_table_t * | explain_parse_bits_find_by_value (int value, const explain_parse_bits_table_t *table, size_t table_size) |
| const explain_parse_bits_table_t* explain_parse_bits_find_by_value | ( | int | value, |
| const explain_parse_bits_table_t * | table, | ||
| size_t | table_size | ||
| ) |
The explain_parse_bits_find_by_value function is used to search a parse-bits table for the given value.
| value | The value to search for in the table |
| table | The table to be searched. |
| table_size | The number of members in the table to be searched. |
Definition at line 24 of file find_by_value.c.
1.7.6.1