index
:
marvinborner/Melvix
dev
:computer: Small operating system written from scratch (covid/school project)
Marvin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
userspace
/
mlibc
/
math.h
blob: c9abf7d7b129376d878f0c5e67651c3fc0617a87 (
plain
) (
blame
)
1
2
3
4
5
6
#ifndef MELVIX_MATH_H #define MELVIX_MATH_H int pow(int base, int exp); #endif