genalloc_reverse(3)
limb manual
genalloc_reverse(3)
NAME
genalloc_reverse - reverse the content of a genalloc
SYNOPSIS
#include <limb/genalloc.h>
void genalloc_reverse(type, genalloc *ga)
DESCRIPTION
The genalloc_reverse
() macro reverses the order of elements in genalloc ga
,
which must contain elements of type type
.