vector_reverse

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

vector_reverse - reverse the elements of a vector in-place

SYNOPSIS

#include <vector.h>

void vector_reverse (vector v);

DESCRIPTION

Reverse the elements of a vector in-place.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

GNU LGPL (see http://www.gnu.org/)

VERSION

c2lib-1.2.13