#include "comma/runtime/crt_types.h"
#include <stdbool.h>
Go to the source code of this file.
Classes | |
struct | itable |
Functions | |
struct itable * | alloc_itable () |
bool | itable_lookup (struct itable *htab, domain_info_t info, domain_instance_t *key, domain_instance_t *instance) |
struct itable* alloc_itable | ( | ) | [read] |
Definition at line 119 of file crt_itable.c.
bool itable_lookup | ( | struct itable * | htab, | |
domain_info_t | info, | |||
domain_instance_t * | key, | |||
domain_instance_t * | instance | |||
) |
Definition at line 79 of file crt_itable.c.