ToolBox Library
2.1.0
An Library containing function and class to make developing in C faster
include
toolbox
void_pointer.h
1
#ifndef TOOLBOX_VOID_POINTER_H
2
#define TOOLBOX_VOID_POINTER_H
3
4
#include <stdbool.h>
5
#include <stddef.h>
6
7
__attribute__((__pure__))
8
bool
9
void_pointer_equal(
const
void
*restrict r_p_vptr1,
const
size_t
p_vptr1_size
10
,
const
void
*restrict r_p_vptr2,
const
size_t
p_vptr2_size);
11
12
#endif
Generated by
1.9.3