#include <common/main.h>
Go to the source code of this file.
Data Structures | |
struct | itab_row_ty |
struct | itab_ty |
Typedefs | |
typedef long | itab_key_ty |
Functions | |
itab_ty * | itab_alloc (void) |
void | itab_free (itab_ty *) |
void * | itab_query (itab_ty *, itab_key_ty) |
void | itab_assign (itab_ty *, itab_key_ty, void *) |
void | itab_delete (itab_ty *, itab_key_ty) |
void | itab_walk (itab_ty *, void(*)(itab_ty *, itab_key_ty, void *, void *), void *) |