3 lines
63 B
C
3 lines
63 B
C
|
|
#pragma once
|
||
|
|
#include "stddef.h"
|
||
|
|
int64_t pow(int64_t x, int y);
|