4
1
mirror of https://github.com/DragonOS-Community/DragonOS.git synced 2025-06-20 10:06:31 +00:00
Files
DragonOS/kernel/common/math.h
2022-07-12 13:19:51 +08:00

3 lines
63 B
C

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