summaryrefslogtreecommitdiff
path: root/include/al/array.h
blob: d91d7ce2a3835dabc8b35654fd6e70a2388e4342 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _AL_ARRAY_H
#define _AL_ARRAY_H

#include "lib.h"

#define AL_ARRAY_MALLOC al_malloc
#define AL_ARRAY_REALLOC al_realloc
#define AL_ARRAY_FREE al_free
#include "../../src/array.c"

#endif // _AL_ARRAY_H