utils_test.h 115 Bytes
Newer Older
1
2
3
4
5
6
7
#ifndef __INFINIUTILS_TEST_H__
#define __INFINIUTILS_TEST_H__
#include "../utils.h"

int test_rearrange();

#endif