limb 0.2.0

2024-01-09

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.

limb 0.1.0
2023-07-24
genalloc_reverse(3)