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

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_typeg_type_int = &g_type_int_struct
 A representation of the int data type. More...
 

Variable Documentation

◆ g_type_int

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.