data_structures
|
#include "types.h"
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_type * | g_type_str = &g_type_str_struct |
A representation of the char* data type. More... | |
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.