This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
DragonOS-Community
/
DragonOS
mirrorاز
https://github.com/DragonOS-Community/DragonOS.git
دنبال کردن
2
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
درخت:
7670031b11
شاخهها
تگها
feat-dynamic-link
feat-network-rebuild
fix-stack-overflow
master
oscomp
V0.1.10
V0.1.9
V0.1.8
V0.1.7
V0.1.6
V0.1.5
V0.1.4
V0.1.3
V0.1.2
V0.1.1
V0.1.0
DragonOS
/
kernel
/
common
/
math.h
math.h
63 B
تاريخچه
خام
1
2
3
#
pragma
once
#
include
"stddef.h"
int64_t
pow
(
int64_t
x,
int
y)
;