|
libreis
0.1.0
A simple header-based drop-in library
|
Includes several data strucutes such as maps, vectors, and matricies. More...
#include <reis/data.h>Functions | |
| Vec2 * | rsVecNew (int x, int y) |
| Create a new Vec2 datatype instance. More... | |
| void | rsVecDel (Vec2 *v) |
| Destroy a Vec2 instance. More... | |
| Pair * | rsPairNew (wchar_t *first, wchar_t *second) |
| void | rsPairDel (Pair *p) |
| wcs_dynarr_t * | wcs_dynarr_init () |
| void | wcs_dynarr_kill (wcs_dynarr_t *a) |
| void | wcs_dynarr_push (wcs_dynarr_t *a, wchar_t *item) |
Includes several data strucutes such as maps, vectors, and matricies.