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