10 lines
169 B
C
10 lines
169 B
C
#ifndef __TESTS_VEC_H__
|
|
#define __TESTS_VEC_H__
|
|
|
|
#define GENERIC_TYPE int
|
|
#define GENERIC_NAME IntVec
|
|
#define GENERIC_PREFIX int_vec
|
|
#include <ds/generic/vec.h>
|
|
|
|
#endif
|