data_structures
Functions | Variables
type_float.c File Reference
#include "types.h"
+ Include dependency graph for type_float.c:

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_typeg_type_float = &g_type_float_struct
 A representation of the float data type. More...
 

Variable Documentation

◆ g_type_float

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.