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