CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
sarray_private.h
1
#pragma once
2
3
#include "
sarray.h
"
4
5
#define ELEMPTR(hdr, i) \
6
((void*)((uintptr)(&hdr->data[0]) + (uintptr)(i) * stGetSize(hdr->elemtype)))
sarray.h
Dynamic arrays with type-safe generic programming.
cx
container
sarray_private.h
Generated by
1.9.8