math.h 63 B

123
  1. #pragma once
  2. #include "stddef.h"
  3. int64_t pow(int64_t x, int y);