data_structures
|
#include "utils.h"
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... | |
char ptr2char | ( | const void * | ptr | ) |
Converts char*
to char
Definition at line 26 of file ptr2data.c.
float ptr2float | ( | const void * | ptr | ) |
Converts float*
to float
Definition at line 21 of file ptr2data.c.
int ptr2int | ( | const void * | ptr | ) |
Converts int*
to int
Definition at line 16 of file ptr2data.c.