Next: , Previous: , Up: The Record Library   [Index]


13.5.11 Data Type Specific Byte Data Record Search Functions

rcsi_g_<type-name>

integer rcsi_g_<type-name>(<type> &d, record r, data b);

is zero if the r record defines no position (maps no key) after b, non zero otherwise. In the latter case b is set to the first after position and d to its associated data.

rcsi_l_<type-name>

integer rcsi_l_<type-name>(<type> &d, record r, data b);

is zero if the r record defines no position (maps no key) before b, non zero otherwise. In the latter case b is set to the last before position and d to its associated data.