mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 15:26:47 +00:00
3 lines
63 B
C
3 lines
63 B
C
#pragma once
|
|
#include "stddef.h"
|
|
int64_t pow(int64_t x, int y); |