data_structures
|
#include "types.h"
Go to the source code of this file.
Functions | |
void * | type_float_copy (const void *f) |
int | type_float_cmp (const void *f1, const void *f2) |
size_t | type_float_hash (const void *f, size_t M) |
Variables | |
const t_type * | g_type_float = &g_type_float_struct |
A representation of the float data type. More... | |
const t_type* g_type_float = &g_type_float_struct |
A representation of the float
data type.
Definition at line 56 of file type_float.c.