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

Go to the source code of this file.

Functions

void * type_str_copy (const void *str)
 
int type_str_cmp (const void *str1, const void *str2)
 
size_t type_str_hash (const void *str, size_t M)
 

Variables

const t_typeg_type_str = &g_type_str_struct
 A representation of the char* data type. More...
 

Variable Documentation

◆ g_type_str

const t_type* g_type_str = &g_type_str_struct

A representation of the char* data type.

Definition at line 51 of file type_str.c.