data_structures
Functions
ptr2data.c File Reference
#include "utils.h"
+ Include dependency graph for ptr2data.c:

Go to the source code of this file.

Functions

int ptr2int (const void *ptr)
 Converts int* to int More...
 
float ptr2float (const void *ptr)
 Converts float* to float More...
 
char ptr2char (const void *ptr)
 Converts char* to char More...
 

Function Documentation

◆ ptr2char()

char ptr2char ( const void *  ptr)

Converts char* to char

Definition at line 26 of file ptr2data.c.

◆ ptr2float()

float ptr2float ( const void *  ptr)

Converts float* to float

Definition at line 21 of file ptr2data.c.

◆ ptr2int()

int ptr2int ( const void *  ptr)

Converts int* to int

Definition at line 16 of file ptr2data.c.