utils.h 107 Bytes
Newer Older
PanZezhong's avatar
PanZezhong committed
1
2
3
4
5
6
7
#ifndef INFINIUTILS_H
#define INFINIUTILS_H

#include "utils/check.h"
#include "utils/rearrange.h"

#endif