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

Go to the source code of this file.

Functions

void * array_copy_wrapper (const void *arr)
 
void array_delete_wrapper (void *arr)
 

Variables

const t_typeg_type_array = &g_type_array_struct
 A representation of the t_array data type. More...
 

Variable Documentation

◆ g_type_array

const t_type* g_type_array = &g_type_array_struct

A representation of the t_array data type.

Definition at line 33 of file type_array.c.