data_structures
|
#include "types.h"
Go to the source code of this file.
Functions | |
void * | type_int_copy (const void *i) |
int | type_int_cmp (const void *i1, const void *i2) |
size_t | type_int_hash (const void *i, size_t M) |
Variables | |
const t_type * | g_type_int = &g_type_int_struct |
A representation of the int data type. More... | |
const t_type* g_type_int = &g_type_int_struct |
A representation of the int
data type.
Definition at line 56 of file type_int.c.