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

Go to the source code of this file.

Functions

void * type_char_copy (const void *c)
 
int type_char_cmp (const void *c1, const void *c2)
 
size_t type_char_hash (const void *c, size_t M)
 

Variables

const t_typeg_type_char = &g_type_char_struct
 A representation of the char data type. More...
 

Variable Documentation

◆ g_type_char

const t_type* g_type_char = &g_type_char_struct

A representation of the char data type.

Definition at line 54 of file type_char.c.