9 lines
168 B
C
9 lines
168 B
C
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
#include <stdbool.h>
|
|
|
|
__extension__ typedef __int128 int128_t;
|
|
__extension__ typedef unsigned __int128 uint128_t;
|
|
|
|
#endif /* UTILS_H */ |